Skip to content

Commit eebc0b1

Browse files
committed
0.2.7-dev
1 parent 5c605e4 commit eebc0b1

File tree

7 files changed

+13
-11
lines changed

7 files changed

+13
-11
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Join gridstack.js on Slack: https://gridstackjs.troolee.com
4545
- [Using AniJS](#using-anijs)
4646
- [The Team](#the-team)
4747
- [Changes](#changes)
48-
- [v0.2.6 (Development version)](#v027-dev-development-version)
48+
- [v0.2.7-dev (Development Version)](#v027-dev-development-version)
4949
- [v0.2.6 (2016-08-17)](#v026-2016-08-17)
5050
- [v0.2.5 (2016-03-02)](#v025-2016-03-02)
5151
- [v0.2.4 (2016-02-15)](#v024-2016-02-15)
@@ -475,6 +475,8 @@ for help.
475475
Changes
476476
=======
477477

478+
#### v0.2.7-dev (Development Version)
479+
478480
#### v0.2.6 (2016-08-17)
479481

480482
- update requirements to the latest versions of jQuery (v3.1.0+) and jquery-ui (v1.12.0+).

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.6",
3+
"version": "0.2.7-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,5 +1,5 @@
11
/**
2-
* gridstack.js 0.2.6
2+
* gridstack.js 0.2.7-dev
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: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/gridstack.min.map

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.6",
3+
"version": "0.2.7-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,5 +1,5 @@
11
/**
2-
* gridstack.js 0.2.6
2+
* gridstack.js 0.2.7-dev
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)