Skip to content

Commit

Permalink
更新 Version
Browse files Browse the repository at this point in the history
  • Loading branch information
sentsim committed Oct 14, 2023
1 parent a7c6bdb commit 91b0dda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "layui",
"version": "2.8.18-beta",
"version": "2.8.18-beta.1",
"description": "Classic modular Front-End UI library",
"main": "dist/layui.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/layui.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
};

var Layui = function(){
this.v = '2.8.18-beta'; // Layui 版本号
this.v = '2.8.18-beta.1'; // Layui 版本号
};

// 识别预先可能定义的指定全局对象
Expand Down

0 comments on commit 91b0dda

Please sign in to comment.