Skip to content

Commit

Permalink
Version increase to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhailbot committed Nov 4, 2015
1 parent af4e68d commit 50923e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions server/methods/admin/version.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Meteor.methods({
getBranch: function () {
return "dev";
return "master";
},
getVersion: function () {
return "0.6.19";
return "1.0.0";
},
checkForUpdate : function () {
var branch = Meteor.call('getBranch');
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.19
1.0.0

0 comments on commit 50923e3

Please sign in to comment.