Skip to content

Commit 88f0bed

Browse files
committed
v1.3.1 Adding the method
1 parent 2abb3aa commit 88f0bed

File tree

6 files changed

+8
-7
lines changed

6 files changed

+8
-7
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ The `emit` method accepts up to three arguments. The first being the "scope", th
442442

443443
# Changelog
444444

445+
* 1.3.1 Adding `stop` method
445446
* 1.3.0
446447
* minSpeed and maxSpeed are now configurable
447448
* default maxSpeed decreased to 600 (instead of 1000)
@@ -450,5 +451,5 @@ The `emit` method accepts up to three arguments. The first being the "scope", th
450451
* 1.2.2 Registration as a bower component `bower install theaterjs`
451452
* 1.2.1 Fix html support
452453
* 1.2.0 Adding support for html within the speeches
453-
* 1.1.0 Actor's speed, accuracy and invincibility can be configured independently.
454-
* *1.0.0 First release.*
454+
* 1.1.0 Actor's speed, accuracy and invincibility can be configured independently
455+
* *1.0.0 First release*

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "TheaterJS",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"main": "build/theater.js",
55
"license": "MIT",
66
"ignore": [

build/theater.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
TheaterJS.prototype = {
5555
constructor: TheaterJS,
56-
version: "1.3.0",
56+
version: "1.3.1",
5757
keyboards: {},
5858

5959

build/theater.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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "TheaterJS",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Typing effect mimicking human behavior.",
55
"repository": {
66
"type": "git",

src/theater.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
TheaterJS.prototype = {
5555
constructor: TheaterJS,
56-
version: "1.3.0",
56+
version: "1.3.1",
5757
keyboards: {},
5858

5959

0 commit comments

Comments
 (0)