Browse Source

版本更新

zaijin 2 years ago
parent
commit
7f49edf674
1 changed files with 1 additions and 1 deletions
  1. 1 1
      common/config.js

+ 1 - 1
common/config.js

@@ -4,5 +4,5 @@ if (process.env.NODE_ENV === 'development') {
 }
 }
 export const config = {
 export const config = {
 	baseUrl,
 	baseUrl,
-	version: '0.1.5'
+	version: '0.1.6'
 }
 }