Skip to content

Commit

Permalink
Release v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
floyd_hawkes committed Mar 6, 2015
1 parent 6bb47dc commit fc75ce5
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 8 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<a name="v0.6.3"></a>
### v0.6.3 (2015-03-06)


#### Bug Fixes

* **gridster:**
* fixing resize limits when in fixed width mode feature(gridster): added fix_to_co ([6bb47dc1](http://github.com/DecksterTeam/gridster.js/commit/6bb47dc1ce36aef670b2acb7c244ec5f4ea440e0))

<a name="v0.6.2"></a>
### v0.6.2 (2015-02-23)

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.2",
"version": "0.6.3",
"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.2 - 2015-03-06
/*! gridster.js - v0.6.3 - 2015-03-06
* 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.2 - 2015-03-06
/*! gridster.js - v0.6.3 - 2015-03-06
* 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.

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.2 - 2015-03-06
/*! gridster.js - v0.6.3 - 2015-03-06
* http://gridster.net/
* Copyright (c) 2015 decksterteam; Licensed */

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.2",
"version": "0.6.3",
"homepage": "http://gridster.net/",
"author": {
"name": "decksterteam",
Expand Down

0 comments on commit fc75ce5

Please sign in to comment.