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