U Release v3.1.4

pull/494/head v3.1.4
vapao 2022-05-16 00:13:36 +08:00
parent b6494811a0
commit 1a607acfe5
2 changed files with 2 additions and 2 deletions

View File

@ -131,7 +131,7 @@ AUTHENTICATION_EXCLUDES = (
re.compile('/apis/.*'),
)
SPUG_VERSION = 'v3.1.3'
SPUG_VERSION = 'v3.1.4'
# override default config
try:

View File

@ -10,4 +10,4 @@ export * from './functools';
export * from './router';
export const http = _http;
export const history = _history;
export const VERSION = 'v3.1.3';
export const VERSION = 'v3.1.4';