Skip to content

Commit

Permalink
Release 1.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed Sep 10, 2023
1 parent e6412f9 commit 8f7b991
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var freeModule =
var nx = (root.nx = root.nx || {
BREAKER: {},
NIL: {},
VERSION: '1.1.15',
VERSION: '1.1.16',
DEBUG: false,
GLOBAL: root,
});
Expand Down
2 changes: 1 addition & 1 deletion dist/index.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jswork/next",
"version": "1.1.15",
"version": "1.1.16",
"description": "A javascript OOP toolkit for mobile.",
"main": "dist/index.js",
"types": "./types/index.d.ts",
Expand Down

0 comments on commit 8f7b991

Please sign in to comment.