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

Skip to content

Commit c93ff95

Browse files
committed
v0.2.5
1 parent 93bedb4 commit c93ff95

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Join gridstack.js on Slack: https://gridstackjs.troolee.com
4444
- [Using AniJS](#using-anijs)
4545
- [The Team](#the-team)
4646
- [Changes](#changes)
47-
- [v0.2.5-dev (Development version)](#v025-dev-development-version)
47+
- [v0.2.5 (2016-03-02)](#v025-2016-03-02)
4848
- [v0.2.4 (2016-02-15)](#v024-2016-02-15)
4949
- [v0.2.3 (2015-06-23)](#v023-2015-06-23)
5050
- [v0.2.2 (2014-12-23)](#v022-2014-12-23)
@@ -465,7 +465,7 @@ for help.
465465
Changes
466466
=======
467467

468-
#### v0.2.5-dev (Development version)
468+
#### v0.2.5 (2016-03-02)
469469

470470
- update names to respect js naming convention.
471471
- `cellHeight` and `verticalMargin` can now be string (e.g. '3em', '20px') (Thanks to @jlowcs).

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.5-dev",
3+
"version": "0.2.5",
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,5 +1,5 @@
11
/**
2-
* gridstack.js 0.2.5-dev
2+
* gridstack.js 0.2.5
33
* http://troolee.github.io/gridstack.js/
44
* (c) 2014-2016 Pavel Reznikov
55
* gridstack.js may be freely distributed under the MIT license.

dist/gridstack.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
@@ -1,6 +1,6 @@
11
{
22
"name": "gridstack",
3-
"version": "0.2.5-dev",
3+
"version": "0.2.5",
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,5 +1,5 @@
11
/**
2-
* gridstack.js 0.2.5-dev
2+
* gridstack.js 0.2.5
33
* http://troolee.github.io/gridstack.js/
44
* (c) 2014-2016 Pavel Reznikov
55
* gridstack.js may be freely distributed under the MIT license.

0 commit comments

Comments
 (0)