Skip to content

Commit

Permalink
set version to 0.8.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
nilclass committed Jul 18, 2013
1 parent 555d7bc commit 0984755
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,7 +1,7 @@
{
"name": "remotestoragejs",
"desc": "a client side javascript library for the remotestorage protocol",
"version": "0.8.0-pre",
"version": "0.8.0-rc1",
"private": false,
"license": "AGPL or MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ RemoteStorage.version = RemoteStorage.prototype.version = {
product: 0,
major: 8,
minor: 0,
postfix: 'dev'
postfix: 'rc1'
};

RemoteStorage.version.toString = function() {
Expand Down

0 comments on commit 0984755

Please sign in to comment.