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 b3b2c07 commit 09c9e20Copy full SHA for 09c9e20
manifest.json
@@ -2,7 +2,7 @@
2
"name" : "uView",
3
"appid" : "__UNI__6655525",
4
"description" : "多平台快速开发的UI框架",
5
- "versionName" : "1.8.4",
+ "versionName" : "1.8.5",
6
"versionCode" : "100",
7
"transformPx" : false,
8
"app-plus" : {
uview-ui/libs/config/config.js
@@ -1,5 +1,5 @@
1
-// 此版本发布于2020-12-17
-let version = '1.8.3';
+// 此版本发布于2020-12-15
+let version = '1.8.5';
export default {
v: version,
@@ -12,4 +12,4 @@ export default {
12
'error',
13
'warning'
14
]
15
-}
+}
uview-ui/package.json
@@ -1,6 +1,6 @@
{
"name": "uview-ui",
- "version": "1.8.4",
+ "version": "1.8.5",
"description": "uView UI,是uni-app生态优秀的UI框架,全面的组件和便捷的工具会让您信手拈来,如鱼得水",
"main": "index.js",
"keywords": [
0 commit comments