Skip to content

Commit

Permalink
Release v0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
David Morse committed Apr 8, 2015
1 parent 853e1fc commit 8f6d18e
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<a name="v0.6.6"></a>
### v0.6.6 (2015-04-08)

<a name="v0.6.5"></a>
### v0.6.5 (2015-04-06)

Expand Down
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ module.exports = function(grunt) {
grunt.registerTask('build', ['default']);
grunt.registerTask('docs', ['yuidoc']);

grunt.registerTask('release', ['build', 'bump-only:patch', 'build', 'docs', 'changelog']);
grunt.registerTask('release:patch', ['build', 'bump-only:patch', 'build', 'docs', 'changelog']);
grunt.registerTask('release:minor', ['build', 'bump-only:minor', 'build', 'docs', 'changelog']);
grunt.registerTask('release:major', ['build', 'bump-only:major', 'build', 'docs', 'changelog']);
grunt.registerTask('release:git', ['build', 'bump-only:git', 'build', 'docs', 'changelog', 'bump-commit']);
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gridster",
"homepage": "https://github.com/DecksterTeam/gridster.js",
"version": "0.6.5",
"version": "0.6.6",
"dependencies": {
"jquery": "#2.0.3",
"requirejs": "^2.1.17",
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.gridster.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! gridster.js - v0.6.5 - 2015-04-08
/*! gridster.js - v0.6.6 - 2015-04-08
* http://gridster.net/
* Copyright (c) 2015 decksterteam; Licensed MIT */

Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.gridster.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! gridster.js - v0.6.5 - 2015-04-08
/*! gridster.js - v0.6.6 - 2015-04-08
* http://gridster.net/
* Copyright (c) 2015 decksterteam; Licensed MIT */

Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.gridster.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/jquery.gridster.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jquery.gridster.with-extras.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! gridster.js - v0.6.5 - 2015-04-08
/*! gridster.js - v0.6.6 - 2015-04-08
* http://gridster.net/
* Copyright (c) 2015 decksterteam; Licensed MIT */

Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.gridster.with-extras.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "gridster",
"title": "gridster.js",
"description": "a drag-and-drop multi-column jQuery grid plugin",
"version": "0.6.5",
"version": "0.6.6",
"homepage": "http://gridster.net/",
"author": {
"name": "decksterteam",
Expand Down

0 comments on commit 8f6d18e

Please sign in to comment.