Skip to content

Commit 4b6e8ba

Browse files
author
Evgueni Naverniouk
committed
Master branch is now v0.0.8
1 parent d902a06 commit 4b6e8ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/latest/doby-grid.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
this.NAME = 'doby-grid';
4343

4444
// Current version of the library
45-
this.VERSION = '0.0.7';
45+
this.VERSION = '0.0.8';
4646

4747
// Ensure options are an object
4848
if (typeof options !== "object" || $.isArray(options)) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "doby-grid",
33
"description": "Doby Grid is a <table> on steroids",
4-
"version": "0.0.7",
4+
"version": "0.0.8",
55
"author": "Globex Designs, Inc.",
66
"homepage": "http://www.dobyjs.com/#grid",
77
"issues": {

0 commit comments

Comments
 (0)