diff --git a/README.md b/README.md index 2cd0a03..e5c6e4b 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ FAQ, Technical Documentation and API Reference Hello World ----------- -It's as easy as adding [one javascript file](//cdnjs.cloudflare.com/ajax/libs/annyang/2.4.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.5.0/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.4.0/annyang.min.js"></script>
+ <script src="//cdnjs.cloudflare.com/ajax/libs/annyang/2.5.0/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 1cb923e..a543da3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "annyang",
- "version": "2.4.0",
+ "version": "2.5.0",
"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 28964ec..4750cdf 100644
--- a/sites/facebook.min.js
+++ b/sites/facebook.min.js
@@ -1,5 +1,5 @@
//! annyang
-//! version : 2.4.0
+//! version : 2.5.0
//! author : Tal Ater @TalAter
//! license : MIT
//! https://www.TalAter.com/annyang/
diff --git a/sites/geektime.min.js b/sites/geektime.min.js
index c49b3e8..2a56c66 100644
--- a/sites/geektime.min.js
+++ b/sites/geektime.min.js
@@ -1,5 +1,5 @@
//! annyang
-//! version : 2.4.0
+//! version : 2.5.0
//! author : Tal Ater @TalAter
//! license : MIT
//! https://www.TalAter.com/annyang/