From 0983c634afc4fce51b35cabdb5c6aaf31d058892 Mon Sep 17 00:00:00 2001 From: Marcin Warpechowski Date: Tue, 26 Mar 2013 02:34:47 +0100 Subject: [PATCH] Handsontable 0.8.16 --- CHANGELOG.md | 2 +- dist/jquery.handsontable.full.css | 4 ++-- dist/jquery.handsontable.full.js | 6 +++--- handsontable.jquery.json | 2 +- jquery.handsontable.css | 4 ++-- jquery.handsontable.js | 6 +++--- package.json | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33d073e0866..ba4a79c18ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## HEAD +## [0.8.16](https://github.com/warpech/jquery-handsontable/tree/v0.8.16) (Mar 26, 2013) Features: - [Handsontable in Handsontable editor](http://handsontable.com/demo/handsontable.html) diff --git a/dist/jquery.handsontable.full.css b/dist/jquery.handsontable.full.css index a4e7a4d9366..ee2a5b0c770 100644 --- a/dist/jquery.handsontable.full.css +++ b/dist/jquery.handsontable.full.css @@ -1,12 +1,12 @@ /** - * Handsontable 0.8.15 + * Handsontable 0.8.16 * Handsontable is a simple jQuery plugin for editable tables with basic copy-paste compatibility with Excel and Google Docs * * Copyright 2012, Marcin Warpechowski * Licensed under the MIT license. * http://handsontable.com/ * - * Date: Tue Mar 26 2013 02:15:11 GMT+0100 (Central European Standard Time) + * Date: Tue Mar 26 2013 02:34:10 GMT+0100 (Central European Standard Time) */ .handsontable { diff --git a/dist/jquery.handsontable.full.js b/dist/jquery.handsontable.full.js index a3b67d7c636..671ef11aea2 100644 --- a/dist/jquery.handsontable.full.js +++ b/dist/jquery.handsontable.full.js @@ -1,12 +1,12 @@ /** - * Handsontable 0.8.15 + * Handsontable 0.8.16 * Handsontable is a simple jQuery plugin for editable tables with basic copy-paste compatibility with Excel and Google Docs * * Copyright 2012, Marcin Warpechowski * Licensed under the MIT license. * http://handsontable.com/ * - * Date: Tue Mar 26 2013 02:15:11 GMT+0100 (Central European Standard Time) + * Date: Tue Mar 26 2013 02:34:10 GMT+0100 (Central European Standard Time) */ /*jslint white: true, browser: true, plusplus: true, indent: 4, maxerr: 50 */ @@ -2208,7 +2208,7 @@ Handsontable.Core = function (rootElement, settings) { /** * Handsontable version */ - this.version = '0.8.15'; //inserted by grunt from package.json + this.version = '0.8.16'; //inserted by grunt from package.json }; var settings = { diff --git a/handsontable.jquery.json b/handsontable.jquery.json index 2547a66dbdc..3211e096d62 100644 --- a/handsontable.jquery.json +++ b/handsontable.jquery.json @@ -1,7 +1,7 @@ { "name": "handsontable", "title": "Handsontable", - "version": "0.8.15", + "version": "0.8.16", "author": { "name": "Marcin Warpechowski", "email": "marcin@nextgen.pl", diff --git a/jquery.handsontable.css b/jquery.handsontable.css index 13cd7872daa..deaef32580a 100644 --- a/jquery.handsontable.css +++ b/jquery.handsontable.css @@ -1,12 +1,12 @@ /** - * Handsontable 0.8.15 + * Handsontable 0.8.16 * Handsontable is a simple jQuery plugin for editable tables with basic copy-paste compatibility with Excel and Google Docs * * Copyright 2012, Marcin Warpechowski * Licensed under the MIT license. * http://handsontable.com/ * - * Date: Tue Mar 26 2013 02:15:11 GMT+0100 (Central European Standard Time) + * Date: Tue Mar 26 2013 02:34:10 GMT+0100 (Central European Standard Time) */ .handsontable { diff --git a/jquery.handsontable.js b/jquery.handsontable.js index b5192452c7c..afc5bdabac4 100644 --- a/jquery.handsontable.js +++ b/jquery.handsontable.js @@ -1,12 +1,12 @@ /** - * Handsontable 0.8.15 + * Handsontable 0.8.16 * Handsontable is a simple jQuery plugin for editable tables with basic copy-paste compatibility with Excel and Google Docs * * Copyright 2012, Marcin Warpechowski * Licensed under the MIT license. * http://handsontable.com/ * - * Date: Tue Mar 26 2013 02:15:11 GMT+0100 (Central European Standard Time) + * Date: Tue Mar 26 2013 02:34:10 GMT+0100 (Central European Standard Time) */ /*jslint white: true, browser: true, plusplus: true, indent: 4, maxerr: 50 */ @@ -2208,7 +2208,7 @@ Handsontable.Core = function (rootElement, settings) { /** * Handsontable version */ - this.version = '0.8.15'; //inserted by grunt from package.json + this.version = '0.8.16'; //inserted by grunt from package.json }; var settings = { diff --git a/package.json b/package.json index 333fe4db3da..9af04e60e3d 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "url": "https://github.com/warpech/jquery-handsontable/issues" }, "author": "Marcin Warpechowski ", - "version": "0.8.15", + "version": "0.8.16", "devDependencies": { "grunt": "~0.4.0", "grunt-replace": "~0.4.0",