mirror of https://github.com/layui/layui
chore: 更新 version
parent
0ed27dbc30
commit
62dac3de0e
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "layui",
|
||||
"version": "2.9.2-rc.1",
|
||||
"version": "2.9.2-rc.2",
|
||||
"description": "Classic modular Front-End UI library",
|
||||
"keywords": [
|
||||
"layui",
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
};
|
||||
|
||||
var Layui = function(){
|
||||
this.v = '2.9.2-rc.1'; // Layui 版本号
|
||||
this.v = '2.9.2-rc.2'; // Layui 版本号
|
||||
};
|
||||
|
||||
// 识别预先可能定义的指定全局对象
|
||||
|
|
Loading…
Reference in New Issue