diff --git a/README.md b/README.md index 67f1ca7..d664c02 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ Technical Documentation and API Hello World ----------- -It's as easy as adding [one javascript file](//cdnjs.cloudflare.com/ajax/libs/annyang/2.1.0/annyang.min.js) to your document, and defining the commands you want. +It's as easy as adding [one javascript file](//cdnjs.cloudflare.com/ajax/libs/annyang/2.2.1/annyang.min.js) to your document, and defining the commands you want. ````html - + + @@ -137,7 +137,7 @@
How did you do that?
Simple. Here is all the code needed to achieve that:
-<script src="//cdnjs.cloudflare.com/ajax/libs/annyang/2.1.0/annyang.min.js"></script>
+ <script src="//cdnjs.cloudflare.com/ajax/libs/annyang/2.2.1/annyang.min.js"></script>
<script>
if (annyang) {
// Let's define our first command. First the text we expect, and then the function it should call
diff --git a/package.json b/package.json
index 63c6372..1ef73d2 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "annyang",
- "version": "2.1.0",
+ "version": "2.2.1",
"description": "A javascript library for adding voice commands to your site, using speech recognition",
"homepage": "https://www.talater.com/annyang/",
"main": "annyang.js",
diff --git a/sites/facebook.min.js b/sites/facebook.min.js
index f77a15b..7d59d8d 100644
--- a/sites/facebook.min.js
+++ b/sites/facebook.min.js
@@ -1,5 +1,5 @@
//! annyang
-//! version : 2.1.0
+//! version : 2.2.1
//! author : Tal Ater @TalAter
//! license : MIT
//! https://www.TalAter.com/annyang/
diff --git a/sites/geektime.min.js b/sites/geektime.min.js
index fa500ef..e6bb670 100644
--- a/sites/geektime.min.js
+++ b/sites/geektime.min.js
@@ -1,5 +1,5 @@
//! annyang
-//! version : 2.1.0
+//! version : 2.2.1
//! author : Tal Ater @TalAter
//! license : MIT
//! https://www.TalAter.com/annyang/
diff --git a/test/coverage/__root__/annyang.js.html b/test/coverage/__root__/annyang.js.html
index e6a3627..b4af2f1 100644
--- a/test/coverage/__root__/annyang.js.html
+++ b/test/coverage/__root__/annyang.js.html
@@ -1474,7 +1474,7 @@
//! annyang
-//! version : 2.1.0
+//! version : 2.2.1
//! author : Tal Ater @TalAter
//! license : MIT
//! https://www.TalAter.com/annyang/
@@ -2194,7 +2194,7 @@
diff --git a/test/coverage/index.html b/test/coverage/index.html
index 86cfe6d..e7ecc05 100644
--- a/test/coverage/index.html
+++ b/test/coverage/index.html
@@ -77,7 +77,7 @@
diff --git a/test/coverage/__root__/index.html b/test/coverage/__root__/index.html
index 1155e39..19c44fb 100644
--- a/test/coverage/__root__/index.html
+++ b/test/coverage/__root__/index.html
@@ -77,7 +77,7 @@