Skip to content

Commit 8a646a1

Browse files
committed
v0.8.12
1 parent b42bf23 commit 8a646a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"name": "noscript",
88
"description": "JavaScript MVC framework",
9-
"version": "0.8.11",
9+
"version": "0.8.12",
1010
"homepage": "https://github.com/yandex-ui/noscript",
1111
"repository": {
1212
"type": "git",

src/ns.version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// DO NOT CHANGE MANUALLY (use Makefile)
2-
ns.VERSION = '0.8.11';
2+
ns.VERSION = '0.8.12';
33
// DO NOT CHANGE MANUALLY

0 commit comments

Comments
 (0)