Skip to content

Commit ad68f11

Browse files
committed
v1.3.14
1 parent 3ff74ad commit ad68f11

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

angular-touch.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.3.14-build.55+sha.0cf170d
2+
* @license AngularJS v1.3.14
33
* (c) 2010-2014 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/

angular-touch.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bower.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "angular-touch",
3-
"version": "1.3.14-build.55+sha.0cf170d",
3+
"version": "1.3.14",
44
"main": "./angular-touch.js",
55
"ignore": [],
66
"dependencies": {
7-
"angular": "1.3.14-build.55+sha.0cf170d"
7+
"angular": "1.3.14"
88
}
99
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-touch",
3-
"version": "1.3.14-build.55+sha.0cf170d",
3+
"version": "1.3.14",
44
"description": "AngularJS module for touch events and helpers for touch-enabled devices",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)