Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrajz committed Aug 26, 2013
1 parent 8e5d112 commit c064bac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plug_essential.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ define('plugEssential/Model', ['app/base/Class', 'plugEssential/Config'], functi
return Class.extend({
version: {
major: 0,
minor: 3,
change: 1,
minor: 4,
change: 0,
getString: function () {
return (this.major + "." + this.minor + "." + this.change);
}
Expand Down

0 comments on commit c064bac

Please sign in to comment.