Skip to content

Commit 0ab1348

Browse files
author
David Morse
committed
Release v0.6.9
1 parent 35426a0 commit 0ab1348

9 files changed

+11
-8
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.9"></a>
2+
### v0.6.9 (2015-05-27)
3+
14
<a name="v0.6.8"></a>
25
### v0.6.8 (2015-04-28)
36

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.8",
4+
"version": "0.6.9",
55
"dependencies": {
66
"jquery": "^2.1.3"
77
},

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.8 - 2015-05-27
1+
/*! gridster.js - v0.6.9 - 2015-05-27
22
* http://gridster.net/
33
* Copyright (c) 2015 ducksboard; 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.8 - 2015-05-27
1+
/*! gridster.js - v0.6.9 - 2015-05-27
22
* http://gridster.net/
33
* Copyright (c) 2015 ducksboard; 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.8 - 2015-05-27
1+
/*! gridster.js - v0.6.9 - 2015-05-27
22
* http://gridster.net/
33
* Copyright (c) 2015 ducksboard; 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.8",
5+
"version": "0.6.9",
66
"homepage": "http://gridster.net/",
77
"author": {
88
"name": "ducksboard"

0 commit comments

Comments
 (0)