Skip to content

Commit

Permalink
introduce v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abiyasa committed Jun 4, 2013
1 parent a817971 commit 20291b7
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
@@ -1,6 +1,6 @@
{
"name": "ash-framework",
"version": "0.1.0",
"version": "0.2.0",
"description": "JavaScript port of Ash framework",
"private": true,
"devDependencies" : {
Expand Down
2 changes: 1 addition & 1 deletion src/ash/ash-framework.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/
define(function (require) {
var core = {
VERSION: '0.1.0'
VERSION: '0.2.0'
};

core.Engine = require('ash-core/engine');
Expand Down

0 comments on commit 20291b7

Please sign in to comment.