Skip to content

Commit

Permalink
Update versionFactory.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Ferraioli committed Aug 16, 2015
1 parent a5465cc commit dce754f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/factories/versionFactory.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
app.factory('versionFactory', function() {

function version () {
return '0.0.1';
return '0.0.2';
}

function developer () {
Expand All @@ -28,4 +28,4 @@ app.factory('versionFactory', function() {
githubUrl: githubUrl
};

});
});

0 comments on commit dce754f

Please sign in to comment.