Skip to content

Commit

Permalink
Bumped version to 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzeman committed Aug 27, 2014
1 parent 6d976bb commit 2d6248a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ var EventHelper = (function() {
})();

var GMS = (function(port) {
this.version_number = [0, 7, 3];
this.version_number = [0, 7, 4];
this.version_branch = 'master';
this.version = this.version_number.join('.') + '-' + this.version_branch;

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.7.3"
"version": "0.7.4"
}

0 comments on commit 2d6248a

Please sign in to comment.