Skip to content

Commit e5ef627

Browse files
committed
version bump
1 parent b85b303 commit e5ef627

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
@@ -142,8 +142,8 @@ define('plugEssential/Model', ['app/base/Class', 'plugEssential/Config', 'app/ut
142142
return Class.extend({
143143
version: {
144144
major: 0,
145-
minor: 5,
146-
change: 1,
145+
minor: 6,
146+
change: 0,
147147
getString: function () {
148148
return (this.major + "." + this.minor + "." + this.change);
149149
}

0 commit comments

Comments
 (0)