Skip to content

Commit c064bac

Browse files
committed
version bump
1 parent 8e5d112 commit c064bac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plug_essential.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ define('plugEssential/Model', ['app/base/Class', 'plugEssential/Config'], functi
140140
return Class.extend({
141141
version: {
142142
major: 0,
143-
minor: 3,
144-
change: 1,
143+
minor: 4,
144+
change: 0,
145145
getString: function () {
146146
return (this.major + "." + this.minor + "." + this.change);
147147
}

0 commit comments

Comments
 (0)