Skip to content

Commit

Permalink
3.2.29
Browse files Browse the repository at this point in the history
  • Loading branch information
astefanutti committed Apr 20, 2018
1 parent ece04b7 commit cec2652
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/hawtio-integration.js
Original file line number Diff line number Diff line change
Expand Up @@ -13783,7 +13783,7 @@ var Integration;
configureAboutPage.$inject = ["aboutService"];
function configureAboutPage(aboutService) {
'ngInject';
aboutService.addProductInfo('Hawtio Integration', 'PACKAGE_VERSION_PLACEHOLDER');
aboutService.addProductInfo('Hawtio Integration', '3.2.29');
}
Integration.configureAboutPage = configureAboutPage;
})(Integration || (Integration = {}));
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hawtio/integration",
"version": "3.2.28",
"version": "3.2.29",
"main": "dist/hawtio-integration.js",
"types": "dist/hawtio-integration.d.ts",
"files": [
Expand Down

0 comments on commit cec2652

Please sign in to comment.