Skip to content

Commit 8f6d18e

Browse files
author
David Morse
committed
Release v0.6.6
1 parent 853e1fc commit 8f6d18e

10 files changed

+12
-9
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<a name="v0.6.6"></a>
2+
### v0.6.6 (2015-04-08)
3+
14
<a name="v0.6.5"></a>
25
### v0.6.5 (2015-04-06)
36

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ module.exports = function(grunt) {
174174
grunt.registerTask('build', ['default']);
175175
grunt.registerTask('docs', ['yuidoc']);
176176

177-
grunt.registerTask('release', ['build', 'bump-only:patch', 'build', 'docs', 'changelog']);
177+
grunt.registerTask('release:patch', ['build', 'bump-only:patch', 'build', 'docs', 'changelog']);
178178
grunt.registerTask('release:minor', ['build', 'bump-only:minor', 'build', 'docs', 'changelog']);
179179
grunt.registerTask('release:major', ['build', 'bump-only:major', 'build', 'docs', 'changelog']);
180180
grunt.registerTask('release:git', ['build', 'bump-only:git', 'build', 'docs', 'changelog', 'bump-commit']);

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gridster",
33
"homepage": "https://github.com/DecksterTeam/gridster.js",
4-
"version": "0.6.5",
4+
"version": "0.6.6",
55
"dependencies": {
66
"jquery": "#2.0.3",
77
"requirejs": "^2.1.17",

dist/jquery.gridster.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! gridster.js - v0.6.5 - 2015-04-08
1+
/*! gridster.js - v0.6.6 - 2015-04-08
22
* http://gridster.net/
33
* Copyright (c) 2015 decksterteam; Licensed MIT */
44

dist/jquery.gridster.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! gridster.js - v0.6.5 - 2015-04-08
1+
/*! gridster.js - v0.6.6 - 2015-04-08
22
* http://gridster.net/
33
* Copyright (c) 2015 decksterteam; Licensed MIT */
44

dist/jquery.gridster.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jquery.gridster.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jquery.gridster.with-extras.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! gridster.js - v0.6.5 - 2015-04-08
1+
/*! gridster.js - v0.6.6 - 2015-04-08
22
* http://gridster.net/
33
* Copyright (c) 2015 decksterteam; Licensed MIT */
44

dist/jquery.gridster.with-extras.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gridster",
33
"title": "gridster.js",
44
"description": "a drag-and-drop multi-column jQuery grid plugin",
5-
"version": "0.6.5",
5+
"version": "0.6.6",
66
"homepage": "http://gridster.net/",
77
"author": {
88
"name": "decksterteam",

0 commit comments

Comments
 (0)