Skip to content

Commit

Permalink
Bumped version to v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TalAter committed Jan 27, 2016
1 parent 84936f6 commit 91e95fa
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.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/2.2.1/annyang.min.js) to your document, and defining the commands you want.
````html
<script src="//cdnjs.cloudflare.com/ajax/libs/annyang/2.1.0/annyang.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/annyang/2.2.1/annyang.min.js"></script>
<script>
if (annyang) {
// Let's define a command.
Expand Down Expand Up @@ -46,7 +46,7 @@ Speech KITT is fully customizable, and comes with many different themes (and ins
[![Speech Recognition GUI with Speech KITT](https://raw.githubusercontent.com/TalAter/SpeechKITT/master/demo/speechkitt-demo.gif)](https://github.com/TalAter/SpeechKITT)

````html
<script src="//cdnjs.cloudflare.com/ajax/libs/annyang/2.1.0/annyang.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/annyang/2.2.1/annyang.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/SpeechKITT/0.3.0/speechkitt.min.js"></script>
<script>
if (annyang) {
Expand Down
2 changes: 1 addition & 1 deletion annyang.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//! annyang
//! version : 2.1.0
//! version : 2.2.1
//! author : Tal Ater @TalAter
//! license : MIT
//! https://www.TalAter.com/annyang/
Expand Down
2 changes: 1 addition & 1 deletion annyang.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
if (/localhost/.exec(window.location)) {
annyangScript.src = "//localhost:8443/annyang.js"
} else {
annyangScript.src = "//cdnjs.cloudflare.com/ajax/libs/annyang/2.1.0/annyang.min.js"
annyangScript.src = "//cdnjs.cloudflare.com/ajax/libs/annyang/2.2.1/annyang.min.js"
}
document.write(annyangScript.outerHTML)
</script>
Expand Down Expand Up @@ -137,7 +137,7 @@ <h2>annyang supports multiple languages, has no dependencies, weighs just 3kb an
<section id="section_code_sample_1">
<p><em>How did you do that?</em></p>
<p>Simple. Here is all the code needed to achieve that:</p>
<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;
<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;
&lt;script&gt;
if (annyang) {
// Let's define our first command. First the text we expect, and then the function it should call
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "annyang",
"version": "2.1.0",
"version": "2.2.1",
"description": "A javascript library for adding voice commands to your site, using speech recognition",
"homepage": "https://www.talater.com/annyang/",
"main": "annyang.js",
Expand Down
2 changes: 1 addition & 1 deletion sites/facebook.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sites/geektime.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions test/coverage/__root__/annyang.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -1474,7 +1474,7 @@ <h1>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span>
<span class="cline-any cline-neutral">&nbsp;</span></td><td class="text"><pre class="prettyprint lang-js">//! annyang
//! version : 2.1.0
//! version : 2.2.1
//! author : Tal Ater @TalAter
//! license : MIT
//! https://www.TalAter.com/annyang/
Expand Down Expand Up @@ -2194,7 +2194,7 @@ <h1>
</div><!-- /wrapper -->
<div class='footer quiet pad2 space-top1 center small'>
Code coverage
generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Wed Jan 27 2016 10:04:49 GMT+0200 (IST)
generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Wed Jan 27 2016 10:33:47 GMT+0200 (IST)
</div>
</div>
<script src="../prettify.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion test/coverage/__root__/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ <h1>
</div><!-- /wrapper -->
<div class='footer quiet pad2 space-top1 center small'>
Code coverage
generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Wed Jan 27 2016 10:04:49 GMT+0200 (IST)
generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Wed Jan 27 2016 10:33:47 GMT+0200 (IST)
</div>
</div>
<script src="../prettify.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion test/coverage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ <h1>
</div><!-- /wrapper -->
<div class='footer quiet pad2 space-top1 center small'>
Code coverage
generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Wed Jan 27 2016 10:04:49 GMT+0200 (IST)
generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Wed Jan 27 2016 10:33:47 GMT+0200 (IST)
</div>
</div>
<script src="prettify.js"></script>
Expand Down

0 comments on commit 91e95fa

Please sign in to comment.