Skip to content

Commit e288ed7

Browse files
committed
Version fix
1 parent 9b91a41 commit e288ed7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "GStime.js",
66
"scripts": {
77
"minify": "uglifyjs GStime.js -c -m -o GStime.min.js",
8-
"build": "npm run minify && echo '/* GStime.js v1.0.0 | GLOBUS.studio | MIT License */' > temp.js && cat GStime.min.js >> temp.js && mv temp.js GStime.min.js"
8+
"build": "npm run minify && echo '/* GStime.js v1.4.0 | GLOBUS.studio | MIT License */' > temp.js && cat GStime.min.js >> temp.js && mv temp.js GStime.min.js"
99
},
1010
"keywords": [
1111
"javascript",

0 commit comments

Comments
 (0)