We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d902a06 commit 4b6e8baCopy full SHA for 4b6e8ba
build/latest/doby-grid.js
@@ -42,7 +42,7 @@
42
this.NAME = 'doby-grid';
43
44
// Current version of the library
45
- this.VERSION = '0.0.7';
+ this.VERSION = '0.0.8';
46
47
// Ensure options are an object
48
if (typeof options !== "object" || $.isArray(options)) {
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "doby-grid",
3
"description": "Doby Grid is a <table> on steroids",
4
- "version": "0.0.7",
+ "version": "0.0.8",
5
"author": "Globex Designs, Inc.",
6
"homepage": "http://www.dobyjs.com/#grid",
7
"issues": {
0 commit comments