Skip to content

Commit

Permalink
updating version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouzi committed Mar 21, 2015
1 parent 40c70de commit b05c6f3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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.4.0",
"version": "1.4.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 @@ -63,7 +63,7 @@

TheaterJS.prototype = {
constructor: TheaterJS,
version: "1.4.0",
version: "1.4.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.4.0",
"version": "1.4.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 @@ -63,7 +63,7 @@

TheaterJS.prototype = {
constructor: TheaterJS,
version: "1.4.0",
version: "1.4.1",
keyboards: {},


Expand Down

0 comments on commit b05c6f3

Please sign in to comment.