Skip to content

Commit 24f6ee2

Browse files
committed
Bumped version to v2.4.0
1 parent c828706 commit 24f6ee2

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Technical Documentation and API
1515

1616
Hello World
1717
-----------
18-
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.
18+
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.
1919
````html
20-
<script src="//cdnjs.cloudflare.com/ajax/libs/annyang/2.3.0/annyang.min.js"></script>
20+
<script src="//cdnjs.cloudflare.com/ajax/libs/annyang/2.4.0/annyang.min.js"></script>
2121
<script>
2222
if (annyang) {
2323
// Let's define a command.
@@ -46,7 +46,7 @@ Speech KITT is fully customizable, and comes with many different themes (and ins
4646
[![Speech Recognition GUI with Speech KITT](https://raw.githubusercontent.com/TalAter/SpeechKITT/master/demo/speechkitt-demo.gif)](https://github.com/TalAter/SpeechKITT)
4747

4848
````html
49-
<script src="//cdnjs.cloudflare.com/ajax/libs/annyang/2.3.0/annyang.min.js"></script>
49+
<script src="//cdnjs.cloudflare.com/ajax/libs/annyang/2.4.0/annyang.min.js"></script>
5050
<script src="//cdnjs.cloudflare.com/ajax/libs/SpeechKITT/0.3.0/speechkitt.min.js"></script>
5151
<script>
5252
if (annyang) {

annyang.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//! annyang
2-
//! version : 2.3.0
2+
//! version : 2.4.0
33
//! author : Tal Ater @TalAter
44
//! license : MIT
55
//! https://www.TalAter.com/annyang/

annyang.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
if (/localhost/.exec(window.location)) {
1515
annyangScript.src = "//localhost:8443/annyang.js"
1616
} else {
17-
annyangScript.src = "//cdnjs.cloudflare.com/ajax/libs/annyang/2.3.0/annyang.min.js"
17+
annyangScript.src = "//cdnjs.cloudflare.com/ajax/libs/annyang/2.4.0/annyang.min.js"
1818
}
1919
document.write(annyangScript.outerHTML)
2020
</script>
@@ -137,7 +137,7 @@ <h2>annyang supports multiple languages, has no dependencies, weighs just 2kb an
137137
<section id="section_code_sample_1">
138138
<p><em>How did you do that?</em></p>
139139
<p>Simple. Here is all the code needed to achieve that:</p>
140-
<pre><code>&lt;script src="<a href="//cdnjs.cloudflare.com/ajax/libs/annyang/2.3.0/annyang.min.js">//cdnjs.cloudflare.com/ajax/libs/annyang/2.3.0/annyang.min.js</a>"&gt;&lt;/script&gt;
140+
<pre><code>&lt;script src="<a href="//cdnjs.cloudflare.com/ajax/libs/annyang/2.4.0/annyang.min.js">//cdnjs.cloudflare.com/ajax/libs/annyang/2.4.0/annyang.min.js</a>"&gt;&lt;/script&gt;
141141
&lt;script&gt;
142142
if (annyang) {
143143
// Let's define our first command. First the text we expect, and then the function it should call

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "annyang",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"description": "A javascript library for adding voice commands to your site, using speech recognition",
55
"homepage": "https://www.talater.com/annyang/",
66
"main": "annyang.js",

sites/facebook.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sites/geektime.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)