diff --git a/bower.json b/bower.json
index 224ae772de0a8d4a5c44b59d014b4b13957cbd5e..15ad79370b4d6e6867b7d71e9adc730946308ef6 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 9148aa07f6702b1169de3c2234fce2d0ec5121f0..18d8ea74a040449efe54dc02f6ed6983cfd8a8ad 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",