From 2584fd602c1c52286bd1f4731b1e2f5295fb651a Mon Sep 17 00:00:00 2001 From: Ikhsan Agustian Date: Fri, 20 Mar 2015 08:01:24 +0700 Subject: [PATCH] update reference to 2.1.0 --- README.md | 2 +- bower.json | 8 ++++---- calx.jquery.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a5051e9..3766054 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ and load the required script into your html page ``` - + ``` ### Building from source diff --git a/bower.json b/bower.json index cf96b50..de3a3b7 100644 --- a/bower.json +++ b/bower.json @@ -1,13 +1,13 @@ { "name": "jquery-calx", - "version": "2.0.5", + "version": "2.1.0", "authors": [ - "Ikhsan Agustian " + "Xsanisty Developer Team " ], "repo": "xsanisty/jquery-calx", "description": "jQuery plugin for building excel-formula based calculation form", - "main": "jquery-calx-2.0.4.min.js", - "scripts": ["jquery-calx-2.0.4.min.js"], + "main": "jquery-calx-2.1.0.min.js", + "scripts": ["jquery-calx-2.1.0.min.js"], "moduleType": [ "globals" ], diff --git a/calx.jquery.json b/calx.jquery.json index cd77066..7cb313f 100644 --- a/calx.jquery.json +++ b/calx.jquery.json @@ -3,7 +3,7 @@ "title": "jQuery Calx", "description": "jQuery plugin for creating calculation form or calculation table with user provided formula", "keywords": ["form", "calculator", "excel", "formula"], - "version": "2.0.6", + "version": "2.1.0", "author": { "name": "Ikhsan Agustian", "url": "http://www.xsanisty.com/"