From ec610c9d0e02cbfc822f125c7a355a54dd8821b6 Mon Sep 17 00:00:00 2001 From: Stephan Wagner Date: Sat, 19 Apr 2014 18:51:03 +0200 Subject: [PATCH] Fixed jQuery manifest file --- jBox.jquery.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jBox.jquery.json b/jBox.jquery.json index ac1bc40..a34bf47 100644 --- a/jBox.jquery.json +++ b/jBox.jquery.json @@ -4,11 +4,14 @@ "description": "jBox is a powerful and flexible jQuery plugin, taking care of all your modal windows, tooltips, notices and more.", "keywords": [ "tooltip", - "modal window", + "modal", + "window", + "dialog", + "popup", "notice", "ui" ], - "version": "0.1.1", + "version": "0.1.2", "homepage": "http://stephanwagner.me/jBox", "docs": "http://stephanwagner.me/jBox/documentation", "bugs": "https://github.com/StephanWagner/jBox/issues",