Skip to content

Commit

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


#### Bug Fixes

* **gridster:** preventing gridster from adding extra resize handles ([9d077da6](http://github.com/DecksterTeam/gridster.js/commit/9d077da676826606243c2552dc9997c492687203))

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

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": "~1.11.2"
},
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-14
/*! gridster.js - v0.6.6 - 2015-04-14
* http://gridster.net/
* Copyright (c) 2015 decksterteam; Licensed */

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-14
/*! gridster.js - v0.6.6 - 2015-04-14
* http://gridster.net/
* Copyright (c) 2015 decksterteam; Licensed */

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.

5 changes: 2 additions & 3 deletions 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-14
/*! gridster.js - v0.6.6 - 2015-04-14
* http://gridster.net/
* Copyright (c) 2015 decksterteam; Licensed */

Expand Down
5 changes: 2 additions & 3 deletions 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 65f43a5

Please sign in to comment.