From 3dd72f8b9f390cb98081a5312bd9399f5399217f Mon Sep 17 00:00:00 2001 From: Tal Ater Date: Fri, 22 Aug 2014 04:06:46 +0300 Subject: [PATCH] Incremented to version v1.3.0 --- README.md | 4 ++-- annyang.js | 2 +- annyang.min.js | 2 +- bower.json | 2 +- demo/index.html | 4 ++-- package.json | 2 +- sites/facebook.min.js | 2 +- sites/geektime.min.js | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 108bd21..6f13600 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/1.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/1.3.0/annyang.min.js) to your document, and defining the commands you want. ````html - + @@ -135,7 +135,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/1.1.0/annyang.min.js"></script>
+    
<script src="//cdnjs.cloudflare.com/ajax/libs/annyang/1.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 77c8903..58788cc 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "annyang",
-  "version": "1.2.0",
+  "version": "1.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 1a6455b..1f4e930 100644
--- a/sites/facebook.min.js
+++ b/sites/facebook.min.js
@@ -1,5 +1,5 @@
 //! annyang
-//! version : 1.2.0
+//! version : 1.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 404f1f4..c6db6c2 100644
--- a/sites/geektime.min.js
+++ b/sites/geektime.min.js
@@ -1,5 +1,5 @@
 //! annyang
-//! version : 1.2.0
+//! version : 1.3.0
 //! author  : Tal Ater @TalAter
 //! license : MIT
 //! https://www.TalAter.com/annyang/