We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b6bc90 commit 46f05e1Copy full SHA for 46f05e1
spug_api/spug/settings.py
@@ -131,7 +131,7 @@
131
re.compile('/apis/.*'),
132
)
133
134
-SPUG_VERSION = 'v3.1.1'
+SPUG_VERSION = 'v3.1.2'
135
136
# override default config
137
try:
spug_web/src/libs/index.js
@@ -10,4 +10,4 @@ export * from './functools';
10
export * from './router';
11
export const http = _http;
12
export const history = _history;
13
-export const VERSION = 'v3.1.1';
+export const VERSION = 'v3.1.2';
0 commit comments