Skip to content

Commit

Permalink
release v0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lifesinger committed Jun 28, 2011
1 parent fe8b41a commit 5628b67
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions build/sea-debug.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Copyright 2011, SeaJS v1.0.0dev
Copyright 2011, SeaJS v0.9.6
MIT Licensed
build time: ${build.time}
build time: Jun 28 16:48
*/


Expand All @@ -21,7 +21,7 @@ this.seajs = { _seajs: this.seajs };
* @type {string} The version of the framework. It will be replaced
* with "major.minor.patch" when building.
*/
seajs.version = '1.0.0dev';
seajs.version = '0.9.6';


// Module status:
Expand Down
6 changes: 3 additions & 3 deletions build/sea.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"dependencies" : [],
"repository" : {"type": "git", "url": "git://github.com/lifesinger/seajs.git"},
"main" : "build/sea.js",
"version" : "0.9.5"
"version" : "0.9.6"
}

0 comments on commit 5628b67

Please sign in to comment.