Skip to content

Commit

Permalink
Release v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Feb 17, 2015
1 parent ba9c2d1 commit 0358393
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-mobiletouch",
"version": "1.3.1",
"version": "1.3.2",
"dependencies": {
"handlebars": "~1.3.0",
"jquery": "^1.11.1",
Expand Down
2 changes: 1 addition & 1 deletion config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module.exports = function(/* environment, appConfig */) {
return {
version : "1.3.1",
version : "1.3.2",
mobileTouch : {
useGesturesHash : false,
alwaysTapOnPress : false,
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": "ember-mobiletouch",
"version": "1.3.1",
"version": "1.3.2",
"directories": {
"doc": "doc",
"test": "tests"
Expand Down

0 comments on commit 0358393

Please sign in to comment.