From 74807e518e908f69fa62f8df790a749cfd157c9d Mon Sep 17 00:00:00 2001 From: VodkaBears Date: Sun, 22 Feb 2015 20:49:09 +0300 Subject: [PATCH] Release v0.6.3 --- CHANGELOG.md | 3 +++ bower.json | 2 +- dist/jquery.remodal.css | 2 +- dist/jquery.remodal.js | 2 +- dist/jquery.remodal.min.js | 2 +- package.json | 2 +- 6 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f046094..1f0399e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### 0.6.3 +* Fix codestyle configs. + ### 0.6.2 * Improved the codestyle. * Used package.json instead of jquery.json. diff --git a/bower.json b/bower.json index 5ff1134..bb2b7c9 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "remodal", - "version": "0.6.2", + "version": "0.6.3", "homepage": "http://vodkabears.github.io/remodal/", "authors": [ "Ilya Makarov " diff --git a/dist/jquery.remodal.css b/dist/jquery.remodal.css index 137073f..d36c184 100644 --- a/dist/jquery.remodal.css +++ b/dist/jquery.remodal.css @@ -1,5 +1,5 @@ /* - * Remodal - v0.6.2 + * Remodal - v0.6.3 * Flat, responsive, lightweight, easy customizable modal window plugin with declarative state notation and hash tracking. * http://vodkabears.github.io/remodal/ * diff --git a/dist/jquery.remodal.js b/dist/jquery.remodal.js index 9e834c5..58f9c8f 100644 --- a/dist/jquery.remodal.js +++ b/dist/jquery.remodal.js @@ -1,5 +1,5 @@ /* - * Remodal - v0.6.2 + * Remodal - v0.6.3 * Flat, responsive, lightweight, easy customizable modal window plugin with declarative state notation and hash tracking. * http://vodkabears.github.io/remodal/ * diff --git a/dist/jquery.remodal.min.js b/dist/jquery.remodal.min.js index 51ae4cd..2d89c79 100644 --- a/dist/jquery.remodal.min.js +++ b/dist/jquery.remodal.min.js @@ -1,5 +1,5 @@ /* - * Remodal - v0.6.2 + * Remodal - v0.6.3 * Flat, responsive, lightweight, easy customizable modal window plugin with declarative state notation and hash tracking. * http://vodkabears.github.io/remodal/ * diff --git a/package.json b/package.json index 1ecfad7..a70361d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remodal", - "version": "0.6.2", + "version": "0.6.3", "description": "Flat, responsive, lightweight, easy customizable modal window plugin with declarative state notation and hash tracking.", "keywords": [ "jquery-plugin",