Skip to content

Commit 9ffaa95

Browse files
committed
Release v0.0.9
1 parent 0d01a50 commit 9ffaa95

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ module.exports = function(grunt) {
109109
createTag: true,
110110
tagName: 'v%VERSION%',
111111
tagMessage: 'Version %VERSION%',
112-
/*push: true,
113-
pushTo: 'upstream',*/
112+
push: false,
113+
pushTo: 'upstream',
114114
gitDescribeOptions: '--tags --always --abbrev=1 --dirty=-d'
115115
}
116116
},

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.8",
3+
"version": "0.0.9",
44
"description": "Angular grid for Spring Data REST backend",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)