We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b42bf23 commit 8a646a1Copy full SHA for 8a646a1
package.json
@@ -6,7 +6,7 @@
6
},
7
"name": "noscript",
8
"description": "JavaScript MVC framework",
9
- "version": "0.8.11",
+ "version": "0.8.12",
10
"homepage": "https://github.com/yandex-ui/noscript",
11
"repository": {
12
"type": "git",
src/ns.version.js
@@ -1,3 +1,3 @@
1
// DO NOT CHANGE MANUALLY (use Makefile)
2
-ns.VERSION = '0.8.11';
+ns.VERSION = '0.8.12';
3
// DO NOT CHANGE MANUALLY
0 commit comments