starting 0.2.6-dev

This commit is contained in:
Pavel Reznikov 2016-08-09 18:53:32 -07:00
parent f0c76130e7
commit 0336d2401e
4 changed files with 5 additions and 3 deletions

View file

@ -45,6 +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.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)
@ -473,6 +474,7 @@ for help.
Changes
=======
#### v0.2.6-dev (Development version)
#### v0.2.5 (2016-03-02)
- update names to respect js naming convention.

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "gridstack",
"version": "0.2.5",
"version": "0.2.6-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.5
* gridstack.js 0.2.6-dev
* http://troolee.github.io/gridstack.js/
* (c) 2014-2016 Pavel Reznikov
* gridstack.js may be freely distributed under the MIT license.