Skip to content

Commit 46f05e1

Browse files
committed
U Release v3.1.2
1 parent 4b6bc90 commit 46f05e1

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
@@ -131,7 +131,7 @@
131131
re.compile('/apis/.*'),
132132
)
133133

134-
SPUG_VERSION = 'v3.1.1'
134+
SPUG_VERSION = 'v3.1.2'
135135

136136
# override default config
137137
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.1.1';
13+
export const VERSION = 'v3.1.2';

0 commit comments

Comments
 (0)