From 9e1a86099873139f54a50f92c2dda141008851f1 Mon Sep 17 00:00:00 2001 From: Tal Ater Date: Mon, 22 Aug 2016 16:02:53 +0300 Subject: [PATCH] Bumped version to 2.5.0 --- README.md | 6 +++--- annyang.js | 2 +- annyang.min.js | 2 +- demo/index.html | 4 ++-- package.json | 2 +- sites/facebook.min.js | 2 +- sites/geektime.min.js | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) 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 @@

annyang supports multiple languages, has no dependencies, weighs just 2kb an

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/