Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1edda7f

Browse files
committed
v0.2.4
1 parent 01e213a commit 1edda7f

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Join gridstack.js on Slack: https://gridstackjs.troolee.com
7070
- [IE8 support](#ie8-support)
7171
- [Nested grids](#nested-grids)
7272
- [Changes](#changes)
73-
- [v0.2.4 (development version)](#v024-development-version)
73+
- [v0.2.4 (2016-02-15)](#v024-2016-02-15)
7474
- [v0.2.3 (2015-06-23)](#v023-2015-06-23)
7575
- [v0.2.2 (2014-12-23)](#v022-2014-12-23)
7676
- [v0.2.1 (2014-12-09)](#v021-2014-12-09)
@@ -748,7 +748,7 @@ See example: [Nested grid demo](http://troolee.github.io/gridstack.js/demo/neste
748748
Changes
749749
=======
750750

751-
#### v0.2.4 (development version)
751+
#### v0.2.4 (2016-02-15)
752752

753753
- fix closure compiler/linter warnings
754754
- add `static_grid` option.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gridstack",
3-
"version": "0.2.4-dev",
3+
"version": "0.2.4",
44
"homepage": "https://github.com/troolee/gridstack.js",
55
"authors": [
66
"Pavel Reznikov <[email protected]>"

dist/gridstack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// gridstack.js 0.2.4-dev
1+
// gridstack.js 0.2.4
22
// http://troolee.github.io/gridstack.js/
33
// (c) 2014-2016 Pavel Reznikov
44
// gridstack.js may be freely distributed under the MIT license.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gridstack",
3-
"version": "0.2.4-dev",
3+
"version": "0.2.4",
44
"description": "gridstack.js is a jQuery plugin for widget layout",
55
"main": "dist/gridstack.js",
66
"repository": {

src/gridstack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// gridstack.js 0.2.4-dev
1+
// gridstack.js 0.2.4
22
// http://troolee.github.io/gridstack.js/
33
// (c) 2014-2016 Pavel Reznikov
44
// gridstack.js may be freely distributed under the MIT license.

0 commit comments

Comments
 (0)