diff --git a/README.md b/README.md index 353727b..027fb85 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.2.1/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.3.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.2.1/annyang.min.js"></script>
+ <script src="//cdnjs.cloudflare.com/ajax/libs/annyang/2.3.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 0551771..1b03cb6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "annyang",
- "version": "2.2.1",
+ "version": "2.3.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 a20ad95..93bf42c 100644
--- a/sites/facebook.min.js
+++ b/sites/facebook.min.js
@@ -1,5 +1,5 @@
//! annyang
-//! version : 2.2.1
+//! version : 2.3.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 531a6f5..b5ff6c6 100644
--- a/sites/geektime.min.js
+++ b/sites/geektime.min.js
@@ -1,5 +1,5 @@
//! annyang
-//! version : 2.2.1
+//! version : 2.3.0
//! author : Tal Ater @TalAter
//! license : MIT
//! https://www.TalAter.com/annyang/