Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TalAter committed Dec 9, 2013
1 parent 5c52063 commit e9ea0a1
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ Demo

Usage
-----
It's as easy as adding [one javascript file](//cdnjs.cloudflare.com/ajax/libs/annyang/0.2.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.0/annyang.min.js) to your document, and defining the commands you want.
````html
<script src="//cdnjs.cloudflare.com/ajax/libs/annyang/0.2.0/annyang.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/annyang/1.0/annyang.min.js"></script>
<script>
if (annyang) {
// Let's define a command.
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 : 0.2.0
//! version : 1.0.0
//! 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.

3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "annyang",
"version": "0.2.0",
"version": "1.0.0",
"description": "A javascript library for adding voice commands to your site, using speech recognition",
"main": "annyang.js",
"keywords": [
Expand All @@ -19,6 +19,7 @@
"node_modules",
"Gruntfile.js",
"package.json",
"bower.json",
"demo",
"sites"
]
Expand Down
4 changes: 2 additions & 2 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta property="og:title" content="annyang! Easily add speech recognition to your site"/>
<meta property="og:url" content="https://www.talater.com/annyang/"/>
<meta property="og:site_name" content="annyang"/>
<script src="../annyang.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/annyang/1.0/annyang.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>
"use strict";
Expand Down Expand Up @@ -126,7 +126,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/0.2.0/annyang.min.js">//cdnjs.cloudflare.com/ajax/libs/annyang/0.2.0/annyang.min.js</a>"&gt;&lt;/script&gt;
<pre><code>&lt;script src="<a href="//cdnjs.cloudflare.com/ajax/libs/annyang/1.0/annyang.min.js">//cdnjs.cloudflare.com/ajax/libs/annyang/1.0/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": "0.2.0",
"version": "1.0.0",
"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.

0 comments on commit e9ea0a1

Please sign in to comment.