From b566cc1ca41a7861a34ea5c05464e6384271f707 Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Thu, 4 Oct 2012 09:57:55 +0200 Subject: [PATCH 1/2] Fix: Release is currently 1.9.4 component.json needs to reflect the current release, not the development version. --- component.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component.json b/component.json index a82f7ea6..b292dc32 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "DataTables", - "version": "1.10.0.dev", + "version": "1.9.4", "main": [ "./media/js/jquery.dataTables.js", "./media/css/jquery.dataTables.css", From 57022e2f110c3919fd4a8e3aaf633b21c5bd1277 Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Thu, 4 Oct 2012 09:58:35 +0200 Subject: [PATCH 2/2] Fix: Current release is 1.9.4 package.json needs to reflect the current release, not the development version. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 83b4b341..d06406c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "DataTables", - "version": "1.10.0.dev", + "version": "1.9.4", "title": "DataTables", "author": { "name": "Allan Jardine",