0.2.7-dev

This commit is contained in:
Pavel Reznikov 2016-08-17 09:39:52 -07:00
parent 5c605e48b7
commit eebc0b15a6
7 changed files with 13 additions and 11 deletions

View file

@ -45,7 +45,7 @@ Join gridstack.js on Slack: https://gridstackjs.troolee.com
- [Using AniJS](#using-anijs)
- [The Team](#the-team)
- [Changes](#changes)
- [v0.2.6 (Development version)](#v027-dev-development-version)
- [v0.2.7-dev (Development Version)](#v027-dev-development-version)
- [v0.2.6 (2016-08-17)](#v026-2016-08-17)
- [v0.2.5 (2016-03-02)](#v025-2016-03-02)
- [v0.2.4 (2016-02-15)](#v024-2016-02-15)
@ -475,6 +475,8 @@ for help.
Changes
=======
#### v0.2.7-dev (Development Version)
#### v0.2.6 (2016-08-17)
- update requirements to the latest versions of jQuery (v3.1.0+) and jquery-ui (v1.12.0+).

View file

@ -1,6 +1,6 @@
{
"name": "gridstack",
"version": "0.2.6",
"version": "0.2.7-dev",
"homepage": "https://github.com/troolee/gridstack.js",
"authors": [
"Pavel Reznikov <pashka.reznikov@gmail.com>"

2
dist/gridstack.js vendored
View file

@ -1,5 +1,5 @@
/**
* gridstack.js 0.2.6
* gridstack.js 0.2.7-dev
* http://troolee.github.io/gridstack.js/
* (c) 2014-2016 Pavel Reznikov
* gridstack.js may be freely distributed under the MIT license.

10
dist/gridstack.min.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
{
"name": "gridstack",
"version": "0.2.6",
"version": "0.2.7-dev",
"description": "gridstack.js is a jQuery plugin for widget layout",
"main": "dist/gridstack.js",
"repository": {

View file

@ -1,5 +1,5 @@
/**
* gridstack.js 0.2.6
* gridstack.js 0.2.7-dev
* http://troolee.github.io/gridstack.js/
* (c) 2014-2016 Pavel Reznikov
* gridstack.js may be freely distributed under the MIT license.