Skip to content

Commit

Permalink
v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
troolee committed Feb 15, 2016
1 parent 01e213a commit 1edda7f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Join gridstack.js on Slack: https://gridstackjs.troolee.com
- [IE8 support](#ie8-support)
- [Nested grids](#nested-grids)
- [Changes](#changes)
- [v0.2.4 (development version)](#v024-development-version)
- [v0.2.4 (2016-02-15)](#v024-2016-02-15)
- [v0.2.3 (2015-06-23)](#v023-2015-06-23)
- [v0.2.2 (2014-12-23)](#v022-2014-12-23)
- [v0.2.1 (2014-12-09)](#v021-2014-12-09)
Expand Down Expand Up @@ -748,7 +748,7 @@ See example: [Nested grid demo](http://troolee.github.io/gridstack.js/demo/neste
Changes
=======

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

- fix closure compiler/linter warnings
- add `static_grid` option.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gridstack",
"version": "0.2.4-dev",
"version": "0.2.4",
"homepage": "https://github.com/troolee/gridstack.js",
"authors": [
"Pavel Reznikov <pashka.reznikov@gmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion dist/gridstack.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// gridstack.js 0.2.4-dev
// gridstack.js 0.2.4
// http://troolee.github.io/gridstack.js/
// (c) 2014-2016 Pavel Reznikov
// gridstack.js may be freely distributed under the MIT license.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gridstack",
"version": "0.2.4-dev",
"version": "0.2.4",
"description": "gridstack.js is a jQuery plugin for widget layout",
"main": "dist/gridstack.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/gridstack.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// gridstack.js 0.2.4-dev
// gridstack.js 0.2.4
// http://troolee.github.io/gridstack.js/
// (c) 2014-2016 Pavel Reznikov
// gridstack.js may be freely distributed under the MIT license.
Expand Down

0 comments on commit 1edda7f

Please sign in to comment.