Skip to content

Commit 570e955

Browse files
committed
Release v3.2.2
1 parent 30c3712 commit 570e955

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spug_api/spug/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
re.compile('/apis/.*'),
134134
)
135135

136-
SPUG_VERSION = 'v3.2.1'
136+
SPUG_VERSION = 'v3.2.2'
137137

138138
# override default config
139139
try:

spug_web/src/libs/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ export * from './functools';
1010
export * from './router';
1111
export const http = _http;
1212
export const history = _history;
13-
export const VERSION = 'v3.2.1';
13+
export const VERSION = 'v3.2.2';

0 commit comments

Comments
 (0)