Skip to content

Commit 6ad4aca

Browse files
committed
Release v0.0.13
1 parent bd8de1c commit 6ad4aca

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Gruntfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ module.exports = function(grunt) {
44
grunt.initConfig({
55
// Metadata.
66
pkg: grunt.file.readJSON('package.json'),
7+
78
banner: '/*! <%= pkg.title || pkg.name %> - v<%= pkg.version %> - ' +
89
'<%= grunt.template.today("yyyy-mm-dd") %>\n' +
910
'<%= pkg.homepage ? "* " + pkg.homepage + "\\n" : "" %>' +
@@ -102,7 +103,7 @@ module.exports = function(grunt) {
102103
bump: {
103104
options: {
104105
files: ['package.json', './dist/bower.json'],
105-
updateConfigs: [],
106+
updateConfigs: ['pkg'],
106107
commit: true,
107108
commitMessage: 'Release v%VERSION%',
108109
commitFiles: ['-a'],

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

0 commit comments

Comments
 (0)