Skip to content

Commit 4777b60

Browse files
committed
Update version number
1 parent 273c5dc commit 4777b60

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014 Doruk Eker
3+
Copyright (c) Doruk Eker
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gyronorm",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"homepage": "https://github.com/dorukeker/gyronorm.git",
55
"authors": [
66
"Doruk Eker"

lib/gyronorm.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
* JavaScript project for accessing and normalizing the accelerometer and gyroscope data on mobile devices
33
*
44
* @author Doruk Eker <dorukeker@gmail.com>
5-
* @copyright 2015 Doruk Eker <http://dorukeker.com>
6-
* @version 2.0.2
5+
* @copyright Doruk Eker <http://dorukeker.com>
6+
* @version 2.0.3
77
* @license MIT License | http://opensource.org/licenses/MIT
88
*/
99

@@ -90,7 +90,7 @@
9090
*
9191
* Initialize GyroNorm instance function
9292
*
93-
* @param object options - values are as follows. If set in the init function they overwrite the default option values
93+
* @param object options - values are as follows. If set in the init function they overwrite the default option values
9494
* @param int options.frequency
9595
* @param boolean options.gravityNormalized
9696
* @param boolean options.orientationBase
@@ -174,7 +174,7 @@
174174
/*
175175
*
176176
* Toggles if to normalize gravity related values
177-
*
177+
*
178178
* @param boolean flag
179179
*
180180
*/
@@ -188,7 +188,7 @@
188188
* Sets the current head direction as alpha = 0
189189
* Can only be used if device orientation is being tracked, values are not screen adjusted, value type is GyroNorm.EULER and orientation base is GyroNorm.GAME
190190
*
191-
* @return: If head direction is set successfully returns true, else false
191+
* @return: If head direction is set successfully returns true, else false
192192
*
193193
*/
194194
GyroNorm.prototype.setHeadDirection = function() {
@@ -223,9 +223,9 @@
223223
/*
224224
*
225225
* Returns if certain type of event is available on the device
226-
*
226+
*
227227
* @param string _eventType - possible values are "deviceorientation" , "devicemotion" , "compassneedscalibration"
228-
*
228+
*
229229
* @return true if event is available false if not
230230
*
231231
*/

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gyronorm",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"homepage": "https://github.com/dorukeker/gyronorm.js",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1"
@@ -28,4 +28,4 @@
2828
"grunt-contrib-concat": "^0.5.0",
2929
"grunt-contrib-uglify": "^0.6.0"
3030
}
31-
}
31+
}

0 commit comments

Comments
 (0)