Skip to content

Commit

Permalink
bumb version
Browse files Browse the repository at this point in the history
  • Loading branch information
jghibiki committed Apr 12, 2016
1 parent 9c0f2e5 commit 1f478e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MagicalBuddy
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function finishedPreload(){
function loadOptions(){

var opts = {
version: "0.1",
version: "0.2",
debug: argv.debug || false,
host: argv.host || "localhost",
port: argv.port || 8000,
Expand Down
2 changes: 1 addition & 1 deletion app/components/version/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ angular.module('magicBuddy.version', [
'magicBuddy.version.version-directive'
])

.value('version', '0.1');
.value('version', '0.2');

0 comments on commit 1f478e1

Please sign in to comment.