diff --git a/README.md b/README.md index cf43dab..40b26c1 100644 --- a/README.md +++ b/README.md @@ -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-dev (Development version)](#v026-dev-development-version) + - [v0.2.6 (2016-08-16)](#v026-2016-08-16) - [v0.2.5 (2016-03-02)](#v025-2016-03-02) - [v0.2.4 (2016-02-15)](#v024-2016-02-15) - [v0.2.3 (2015-06-23)](#v023-2015-06-23) @@ -474,7 +474,7 @@ for help. Changes ======= -#### v0.2.6-dev (Development version) +#### v0.2.6 (2016-08-16) - update requirements to the latest versions of jQuery (v3.1.0+) and jquery-ui (v1.12.0+). - fix jQuery `size()` ([#486](https://github.com/troolee/gridstack.js/issues/486)). diff --git a/bower.json b/bower.json index 59d6303..a8055fc 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "gridstack", - "version": "0.2.6-dev", + "version": "0.2.6", "homepage": "https://github.com/troolee/gridstack.js", "authors": [ "Pavel Reznikov " diff --git a/dist/gridstack.js b/dist/gridstack.js index 0e6a74b..94bf54a 100644 --- a/dist/gridstack.js +++ b/dist/gridstack.js @@ -1,5 +1,5 @@ /** - * gridstack.js 0.2.6-dev + * gridstack.js 0.2.6 * http://troolee.github.io/gridstack.js/ * (c) 2014-2016 Pavel Reznikov * gridstack.js may be freely distributed under the MIT license. diff --git a/dist/gridstack.min.js b/dist/gridstack.min.js index dca8375..826df96 100644 --- a/dist/gridstack.min.js +++ b/dist/gridstack.min.js @@ -1,5 +1,5 @@ /** - * gridstack.js 0.2.6-dev + * gridstack.js 0.2.6 * http://troolee.github.io/gridstack.js/ * (c) 2014-2016 Pavel Reznikov * gridstack.js may be freely distributed under the MIT license. diff --git a/package.json b/package.json index 21a6222..864cd17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gridstack", - "version": "0.2.6-dev", + "version": "0.2.6", "description": "gridstack.js is a jQuery plugin for widget layout", "main": "dist/gridstack.js", "repository": { diff --git a/src/gridstack.js b/src/gridstack.js index 0e6a74b..94bf54a 100644 --- a/src/gridstack.js +++ b/src/gridstack.js @@ -1,5 +1,5 @@ /** - * gridstack.js 0.2.6-dev + * gridstack.js 0.2.6 * http://troolee.github.io/gridstack.js/ * (c) 2014-2016 Pavel Reznikov * gridstack.js may be freely distributed under the MIT license.