Skip to content

Commit

Permalink
Handsontable 0.8.16
Browse files Browse the repository at this point in the history
  • Loading branch information
warpech committed Mar 26, 2013
1 parent 560ccb8 commit 0983c63
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.handsontable.full.css
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down
6 changes: 3 additions & 3 deletions dist/jquery.handsontable.full.js
Original file line number Diff line number Diff line change
@@ -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 */

Expand Down Expand Up @@ -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 = {
Expand Down
2 changes: 1 addition & 1 deletion handsontable.jquery.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "handsontable",
"title": "Handsontable",
"version": "0.8.15",
"version": "0.8.16",
"author": {
"name": "Marcin Warpechowski",
"email": "[email protected]",
Expand Down
4 changes: 2 additions & 2 deletions jquery.handsontable.css
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down
6 changes: 3 additions & 3 deletions jquery.handsontable.js
Original file line number Diff line number Diff line change
@@ -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 */

Expand Down Expand Up @@ -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 = {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"url": "https://github.com/warpech/jquery-handsontable/issues"
},
"author": "Marcin Warpechowski <[email protected]>",
"version": "0.8.15",
"version": "0.8.16",
"devDependencies": {
"grunt": "~0.4.0",
"grunt-replace": "~0.4.0",
Expand Down

0 comments on commit 0983c63

Please sign in to comment.