Skip to content

Commit

Permalink
Bumped to version 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TalAter committed May 7, 2018
1 parent 604e525 commit 1ee294e
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ annyang has no dependencies, weighs just 2 KB, and is free to use and modify und

## Hello World

It's as easy as adding [one javascript file](//cdnjs.cloudflare.com/ajax/libs/annyang/2.6.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.6.1/annyang.min.js) to your document, and defining the commands you want.

````html
<script src="//cdnjs.cloudflare.com/ajax/libs/annyang/2.6.0/annyang.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/annyang/2.6.1/annyang.min.js"></script>
<script>
if (annyang) {
// Let's define a command.
Expand Down Expand Up @@ -49,7 +49,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.6.0/annyang.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/annyang/2.6.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 demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ <h2>annyang supports multiple languages, has no dependencies, weighs just 2kb 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.6.0/annyang.min.js">//cdnjs.cloudflare.com/ajax/libs/annyang/2.6.0/annyang.min.js</a>"&gt;&lt;/script&gt;
<pre><code>&lt;script src="<a href="//cdnjs.cloudflare.com/ajax/libs/annyang/2.6.1/annyang.min.js">//cdnjs.cloudflare.com/ajax/libs/annyang/2.6.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 dist/annyang.js

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

2 changes: 1 addition & 1 deletion dist/annyang.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/annyang.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 package-lock.json

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

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.6.0",
"version": "2.6.1",
"description": "A javascript library for adding voice commands to your site, using speech recognition",
"keywords": [
"annyang",
Expand Down
4 changes: 2 additions & 2 deletions sites/facebook.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 sites/geektime.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 src/annyang.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//! annyang
//! version : 2.6.0
//! version : 2.6.1
//! author : Tal Ater @TalAter
//! license : MIT
//! https://www.TalAter.com/annyang/
Expand Down

0 comments on commit 1ee294e

Please sign in to comment.