Skip to content

Commit

Permalink
v1.3.1 Adding the method
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouzi committed Feb 22, 2015
1 parent 2abb3aa commit 88f0bed
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@ The `emit` method accepts up to three arguments. The first being the "scope", th

# Changelog

* 1.3.1 Adding `stop` method
* 1.3.0
* minSpeed and maxSpeed are now configurable
* default maxSpeed decreased to 600 (instead of 1000)
Expand All @@ -450,5 +451,5 @@ The `emit` method accepts up to three arguments. The first being the "scope", th
* 1.2.2 Registration as a bower component `bower install theaterjs`
* 1.2.1 Fix html support
* 1.2.0 Adding support for html within the speeches
* 1.1.0 Actor's speed, accuracy and invincibility can be configured independently.
* *1.0.0 First release.*
* 1.1.0 Actor's speed, accuracy and invincibility can be configured independently
* *1.0.0 First release*
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "TheaterJS",
"version": "1.3.0",
"version": "1.3.1",
"main": "build/theater.js",
"license": "MIT",
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion build/theater.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

TheaterJS.prototype = {
constructor: TheaterJS,
version: "1.3.0",
version: "1.3.1",
keyboards: {},


Expand Down
2 changes: 1 addition & 1 deletion build/theater.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.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "TheaterJS",
"version": "1.3.0",
"version": "1.3.1",
"description": "Typing effect mimicking human behavior.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/theater.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

TheaterJS.prototype = {
constructor: TheaterJS,
version: "1.3.0",
version: "1.3.1",
keyboards: {},


Expand Down

0 comments on commit 88f0bed

Please sign in to comment.