Skip to content

Commit f4e8b9e

Browse files
committed
Development of 0.2.5 started
1 parent 1edda7f commit f4e8b9e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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",
3+
"version": "0.2.5-dev",
44
"homepage": "https://github.com/troolee/gridstack.js",
55
"authors": [
66
"Pavel Reznikov <pashka.reznikov@gmail.com>"

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
1+
// gridstack.js 0.2.5-dev
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",
3+
"version": "0.2.5-dev",
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
1+
// gridstack.js 0.2.5-dev
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)