From 060fbf8f4b0f29ac86ee6397357fb1197deff115 Mon Sep 17 00:00:00 2001
From: Commander-lol <ljcapitanio@gmail.com>
Date: Sat, 5 Dec 2015 21:40:15 +0000
Subject: [PATCH] Bower Keyword Update

---
 bower.json   |  9 +++++++--
 package.json | 11 ++++++++---
 2 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/bower.json b/bower.json
index 224ae77..15ad793 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
 {
   "name": "tinyDOM",
-  "version": "1.1.0",
+  "version": "1.1.1",
   "homepage": "https://github.com/Commander-lol/tinyDOM",
   "moduleType": [
     "globals"
@@ -13,7 +13,12 @@
   "keywords": [
     "DOM",
     "Batch",
-    "Manipulation"
+    "Manipulation",
+    "tinyDOM",
+    "ajax",
+    "json",
+    "utilities",
+    "utility"
   ],
   "repository": {
     "type": "git",
diff --git a/package.json b/package.json
index 9148aa0..18d8ea7 100644
--- a/package.json
+++ b/package.json
@@ -1,8 +1,8 @@
 {
   "name": "tinydom",
-  "version": "1.1.0",
+  "version": "1.1.1",
   "description": "A simple DOM batch manipulation library",
-  "main": "dist/tinydom.js",
+  "main": "dist/tinydom.min.js",
   "directories": {
     "test": "test"
   },
@@ -13,7 +13,12 @@
   "keywords": [
     "DOM",
     "Batch",
-    "Manipulation"
+    "Manipulation",
+    "tinyDOM",
+    "ajax",
+    "json",
+    "utilities",
+    "utility"
   ],
   "author": "Louis Capitanchik",
   "license": "ISC",
-- 
GitLab