Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
kakuilan committed Apr 28, 2024
1 parent ff43fa0 commit 0281f60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/constant/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//版本号
const VERSION = '0.1.2'
const VERSION = '0.1.3'

//未知
const UNKNOWN = 'Unknown'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kakuilan/js-helper",
"type": "module",
"version": "0.1.2",
"version": "0.1.3",
"description": "k`s javascript helper/library/utils",
"main": "dist/js-helper.umd.js",
"module": "dist/js-helper.es5.js",
Expand Down

0 comments on commit 0281f60

Please sign in to comment.