Skip to content

Commit

Permalink
Bumped version to 0.8.2-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzeman committed May 17, 2015
1 parent c7c8c75 commit 51504da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions data/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ var EventHelper = (function() {
})();

var GMS = (function(port) {
this.version_number = [0, 8, 1];
this.version_branch = 'dev';
this.version_number = [0, 8, 2];
this.version_branch = 'beta';
this.version = this.version_number.join('.') + '-' + this.version_branch;

this.eventPrefix = 'GMS';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"description": "Google Play Music last.fm scrobbler",
"author": "Dean Gardiner",
"license": "MPL 2.0",
"version": "0.8.1-dev"
"version": "0.8.2-beta"
}

0 comments on commit 51504da

Please sign in to comment.