Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrajz committed Aug 28, 2013
1 parent 0926418 commit bb3f87e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plug_essential.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ define('plugEssential/Model', ['app/base/Class', 'plugEssential/Config'], functi
version: {
major: 0,
minor: 5,
change: 0,
change: 1,
getString: function () {
return (this.major + "." + this.minor + "." + this.change);
}
Expand Down

0 comments on commit bb3f87e

Please sign in to comment.