From b566cc1ca41a7861a34ea5c05464e6384271f707 Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Thu, 4 Oct 2012 09:57:55 +0200 Subject: [PATCH] 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",