diff --git a/README.md b/README.md index e1c67b371..e9a39f5f0 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Join gridstack.js on Slack: https://gridstackjs.troolee.com - [Using AniJS](#using-anijs) - [The Team](#the-team) - [Changes](#changes) - - [v0.2.5-dev (Development version)](#v025-dev-development-version) + - [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) - [v0.2.2 (2014-12-23)](#v022-2014-12-23) @@ -465,7 +465,7 @@ for help. Changes ======= -#### v0.2.5-dev (Development version) +#### v0.2.5 (2016-03-02) - update names to respect js naming convention. - `cellHeight` and `verticalMargin` can now be string (e.g. '3em', '20px') (Thanks to @jlowcs). diff --git a/bower.json b/bower.json index 704477a43..ae51cafb5 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "gridstack", - "version": "0.2.5-dev", + "version": "0.2.5", "homepage": "https://github.com/troolee/gridstack.js", "authors": [ "Pavel Reznikov " diff --git a/dist/gridstack.js b/dist/gridstack.js index 085834199..88cfe6756 100644 --- a/dist/gridstack.js +++ b/dist/gridstack.js @@ -1,5 +1,5 @@ /** - * gridstack.js 0.2.5-dev + * gridstack.js 0.2.5 * 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 3f50c0664..3b4d92607 100644 --- a/dist/gridstack.min.js +++ b/dist/gridstack.min.js @@ -1,5 +1,5 @@ /** - * gridstack.js 0.2.5-dev + * gridstack.js 0.2.5 * 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 f87c6522a..6f52ed25e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gridstack", - "version": "0.2.5-dev", + "version": "0.2.5", "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 085834199..88cfe6756 100644 --- a/src/gridstack.js +++ b/src/gridstack.js @@ -1,5 +1,5 @@ /** - * gridstack.js 0.2.5-dev + * gridstack.js 0.2.5 * http://troolee.github.io/gridstack.js/ * (c) 2014-2016 Pavel Reznikov * gridstack.js may be freely distributed under the MIT license.