Skip to content

Commit

Permalink
Merge pull request #134 from shackbarth/bump46beta
Browse files Browse the repository at this point in the history
bump 4.6.0 beta
  • Loading branch information
gilmoskowitz committed Jul 23, 2014
2 parents d1fcbd4 + 504d719 commit 3d405e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "xTuple <[email protected]>",
"name": "xtuple",
"description": "xTuple Enterprise Resource Planning Mobile-Web client public extensions",
"version": "4.5.2",
"version": "4.6.0-beta",
"repository": {
"type": "git",
"url": "https://github.com/xtuple/xtuple-extensions.git"
Expand Down
2 changes: 1 addition & 1 deletion source/bi_open/client/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ trailing:true, white:true*/

XT.extensions.bi_open = {
setVersion: function () {
XT.setVersion("4.5.0", "bi_open");
XT.setVersion("4.6.0-beta", "bi_open");
}
};

Expand Down
2 changes: 1 addition & 1 deletion source/bi_open/database/source/manifest.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bi_open",
"version": "4.5.0",
"version": "4.6.0-beta",
"comment": "Business Intelligence",
"loadOrder": 50,
"dependencies": [],
Expand Down

0 comments on commit 3d405e1

Please sign in to comment.