From 9a45dbc4a2af4a555e8274b7cc1a966a7586cfea Mon Sep 17 00:00:00 2001 From: Jimmy Yuen Ho Wong Date: Thu, 10 Mar 2016 14:55:25 +0000 Subject: [PATCH] Version 0.3.7 --- lib/backgrid.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/backgrid.js b/lib/backgrid.js index f08284e1..c730fb6c 100644 --- a/lib/backgrid.js +++ b/lib/backgrid.js @@ -1,5 +1,5 @@ /*! - backgrid 0.3.6 + backgrid 0.3.7 http://github.com/wyuenho/backgrid Copyright (c) 2016 Jimmy Yuen Ho Wong and contributors diff --git a/package.json b/package.json index c092abc8..ba17dcc7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "backgrid", - "version": "0.3.6", + "version": "0.3.7", "author": "Jimmy Yuen Ho Wong and contributors ", "description": "Backgrid.js is a set of components for building semantic and easily stylable data grid widgets with Backbone.", "homepage": "http://backgridjs.com/",