chore: 更新 version

pull/1461/head
贤心 2023-12-17 16:09:00 +08:00
parent fb88930c44
commit 843b88d88c
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "layui", "name": "layui",
"version": "2.9.2-rc.2", "version": "2.9.2",
"description": "Classic modular Front-End UI library", "description": "Classic modular Front-End UI library",
"keywords": [ "keywords": [
"layui", "layui",

View File

@ -16,7 +16,7 @@
}; };
var Layui = function(){ var Layui = function(){
this.v = '2.9.2-rc.2'; // Layui 版本号 this.v = '2.9.2'; // Layui 版本号
}; };
// 识别预先可能定义的指定全局对象 // 识别预先可能定义的指定全局对象