Skip to content

Commit

Permalink
v0.8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
vitkarpov committed Apr 5, 2017
1 parent b42bf23 commit 8a646a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"name": "noscript",
"description": "JavaScript MVC framework",
"version": "0.8.11",
"version": "0.8.12",
"homepage": "https://github.com/yandex-ui/noscript",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/ns.version.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// DO NOT CHANGE MANUALLY (use Makefile)
ns.VERSION = '0.8.11';
ns.VERSION = '0.8.12';
// DO NOT CHANGE MANUALLY

0 comments on commit 8a646a1

Please sign in to comment.