From b9bc5f36effd70bb970847c5664b071ec9dd602e Mon Sep 17 00:00:00 2001 From: Sartaj Singh Date: Thu, 27 Mar 2014 06:43:29 +0530 Subject: [PATCH] removed errors --- jquery.thecalculator.js | 2 +- thecalculator.jquery.json | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/jquery.thecalculator.js b/jquery.thecalculator.js index 71863e5..605ff7b 100644 --- a/jquery.thecalculator.js +++ b/jquery.thecalculator.js @@ -26,7 +26,7 @@ $.widget('ss.calculator', { // widget currrent version - version: '0.0.1', + version: '0.0.2', // configurable options options: { diff --git a/thecalculator.jquery.json b/thecalculator.jquery.json index 32c7689..e5fde56 100644 --- a/thecalculator.jquery.json +++ b/thecalculator.jquery.json @@ -2,18 +2,13 @@ "name": "thecalculator", "title": "The Calculator", "description": "Add a calculator to your webpage!", - "version": "0.0.1", + "version": "0.0.2", "homepage": "https://github.com/leosartaj/jquery.ss.calculator", "author": { "name": "Sartaj Singh", "email": "singhsartaj94@gmail.com", "url": "https://github.com/leosartaj" }, - "maintainers": { - "name": "Sartaj Singh", - "email": "singhsartaj94@gmail.com", - "url": "https://github.com/leosartaj" - }, "repository": { "type": "git", "url": "none"