Skip to content

Commit

Permalink
updating to v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouzi committed Feb 25, 2015
1 parent d85317c commit 769a378
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -42,4 +42,4 @@ So adding support for the `fr` locale (`azerty` keyboard) would be as simple as
(function (w) {
w.TheaterJS.prototype.keyboards.fr = ["azertyuiop", "qsdfghjklm", "wxcvbn"];
})(window);
```
```
2 changes: 1 addition & 1 deletion LICENSE
Expand Up @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
THE SOFTWARE.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "TheaterJS",
"version": "1.3.1",
"version": "1.3.2",
"main": "build/theater.js",
"license": "MIT",
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion build/theater.js
Expand Up @@ -53,7 +53,7 @@

TheaterJS.prototype = {
constructor: TheaterJS,
version: "1.3.1",
version: "1.3.2",
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
@@ -1,6 +1,6 @@
{
"name": "TheaterJS",
"version": "1.3.1",
"version": "1.3.2",
"description": "Typing effect mimicking human behavior.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/theater.js
Expand Up @@ -53,7 +53,7 @@

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


Expand Down

0 comments on commit 769a378

Please sign in to comment.