Skip to content

Commit

Permalink
Update version to 1.0.0 for RC1.
Browse files Browse the repository at this point in the history
  • Loading branch information
xian committed Aug 26, 2010
1 parent b8b4457 commit 75238bd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions lib/jasmine.js
Original file line number Diff line number Diff line change
Expand Up @@ -2414,8 +2414,8 @@ jasmine.getGlobal().clearInterval = function(timeoutKey) {


jasmine.version_= {
"major": 0,
"minor": 11,
"build": 1,
"revision": 1282785506
"major": 1,
"minor": 0,
"build": 0,
"revision": 1282785684
};
2 changes: 1 addition & 1 deletion pages
Submodule pages updated from 782062 to 82623c
6 changes: 3 additions & 3 deletions src/version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"major": 0,
"minor": 11,
"build": 1
"major": 1,
"minor": 0,
"build": 0
}

0 comments on commit 75238bd

Please sign in to comment.