-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from RoamTouch/develop
Build version 1.1.3
- Loading branch information
Showing
5 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/*! | ||
* gesturekit.js v1.1.2 | ||
* gesturekit.js v1.1.3 | ||
* http://gesturekit.com/ | ||
* | ||
* Copyright (c) 2014, RoamTouch | ||
|
@@ -13,7 +13,7 @@ | |
* @author Guille Paz <[email protected]> | ||
*/ | ||
|
||
var url = 'http://www.gesturekit.com/sdk/sendanalytics/'; | ||
var url = 'http://www.gesturekit.com/dashboard/sdk/sendanalytics/'; | ||
|
||
/** | ||
* Creates a new instance of Analytics. | ||
|
@@ -729,7 +729,7 @@ gesturekit = new Gesturekit(); | |
/** | ||
* gesturekit version. | ||
*/ | ||
gesturekit.version = '1.1.2'; | ||
gesturekit.version = '1.1.3'; | ||
|
||
// Expose gesturekit | ||
module.exports = gesturekit; | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "gesturekit", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "A JavaScript library to recognize gestures on web browsers.", | ||
"author": "Guille Paz <[email protected]>", | ||
"scripts": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* @author Guille Paz <[email protected]> | ||
*/ | ||
|
||
var url = 'http://www.gesturekit.com/sdk/sendanalytics/'; | ||
var url = 'http://www.gesturekit.com/dashboard/sdk/sendanalytics/'; | ||
|
||
/** | ||
* Creates a new instance of Analytics. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters