Skip to content

Commit 272b3e1

Browse files
committed
Release v0.0.16
1 parent 8383d98 commit 272b3e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ module.exports = function(grunt) {
165165

166166
grunt.registerTask('release-patch',
167167
'Build and generate new release patch version',
168-
[ 'build', 'bump:patch']
168+
[ 'bump-only:patch', 'build', 'bump-commit']
169169
);
170170

171171
grunt.registerTask('release-minor',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "crud-grid",
3-
"version": "0.0.15",
3+
"version": "0.0.16",
44
"description": "Angular grid for Spring Data REST backend",
55
"main": "index.js",
66
"homepage": "https://github.com/flado/angular-crud-rest",

0 commit comments

Comments
 (0)