Skip to content

Commit 1a607ac

Browse files
committed
U Release v3.1.4
1 parent b649481 commit 1a607ac

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.3'
134+
SPUG_VERSION = 'v3.1.4'
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.3';
13+
export const VERSION = 'v3.1.4';

0 commit comments

Comments
 (0)