Skip to content

Commit

Permalink
Version 0.1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
GCheung55 committed Jun 28, 2012
1 parent 7da6137 commit 195c8cf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@ Neuro

A MooTools client-side MVC.

### Version: 0.1.2 (Alpha)
### Version: 0.1.3 (Alpha)

### Influences:

Expand Down
2 changes: 1 addition & 1 deletion Source/Neuro.js
@@ -1,4 +1,4 @@
var Neuro = {
version: '0.1.x'
version: '0.1.3'
};
exports = module.exports = Neuro;
2 changes: 1 addition & 1 deletion neuro.js
Expand Up @@ -18,7 +18,7 @@
},
"1": function(require, module, exports, global) {
var Neuro = {
version: "0.1.x"
version: "0.1.3"
};
exports = module.exports = Neuro;
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "Neuro",
"description": "A MVC written with MooTools.",
"version": "0.1.2",
"version": "0.1.3",
"license": "MIT (http://mootools.net/license.txt)",
"main": "Source/main.js",
"keywords": [
Expand Down

0 comments on commit 195c8cf

Please sign in to comment.