Skip to content

Commit

Permalink
update to version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deepu105 committed Jan 5, 2016
1 parent 0dfe2a4 commit 4bc790e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,6 @@
gulp.task('default', ['static', 'test']);
gulp.task('deploy-patch', sequence('test', 'bump-patch', 'git-commit', 'git-push', 'npm'));
gulp.task('deploy-minor', sequence('test', 'bump-minor', 'git-commit', 'git-push', 'npm'));
gulp.task('deploy-major', sequence('test', 'bump-patch', 'git-commit', 'git-push', 'npm'));
gulp.task('deploy-major', sequence('test', 'bump-major', 'git-commit', 'git-push', 'npm'));

})();
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-jhipster-entity-audit",
"version": "0.1.10",
"version": "1.0.0",
"description": "JHipster module to enable entity audit and audit log page",
"homepage": "https://github.com/deepu105/generator-jhipster-entity-audit",
"author": "Deepu KS <[email protected]> (http://deepu105.github.io)",
Expand Down

0 comments on commit 4bc790e

Please sign in to comment.