diff --git a/README.md b/README.md
index 7b3f22d..1d8edb6 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,12 @@ Get the Example 1, Example 2)
diff --git a/bower.json b/bower.json
index 0a6095a..dfb3522 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "nanomodal",
- "version": "5.1.1",
+ "version": "5.1.2",
"homepage": "https://github.com/kylepaulsen/NanoModal",
"authors": [
"Kyle Paulsen "
@@ -15,7 +15,7 @@
"keywords": [ "modal" ],
"license": "MIT",
"ignore": [
- "**/.*",
+ ".*",
"node_modules",
"test",
"src"
diff --git a/package.json b/package.json
index 76a72f3..7c604bc 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "nanomodal",
- "version": "5.1.1",
+ "version": "5.1.2",
"description": "A small, self-contained JavaScript modal library with some extra features",
"homepage": "https://github.com/kylepaulsen/NanoModal",
"author": {