diff --git a/bower.json b/bower.json index ceea59b..1fc3ae0 100644 --- a/bower.json +++ b/bower.json @@ -1,15 +1,20 @@ { "name": "gyronorm", - "version": "1.0.2", + "version": "1.0.3", "homepage": "https://github.com/dorukeker/gyronorm.git", "authors": [ "Doruk Eker" ], "description": "Accesses the gyroscope and accelerometer data from the web browser and combines them in one JS object.", "main": "js/gyronorm.js", + "ignore":[ + "README.md", + "LICENSE", + "demo/*" + ], "keywords": [ "devicemotion", "deviceorientation" ], "license": "MIT" -} +} \ No newline at end of file diff --git a/js/gyronorm.js b/js/gyronorm.js index ca498f2..52d8bab 100644 --- a/js/gyronorm.js +++ b/js/gyronorm.js @@ -3,7 +3,7 @@ * * @author Doruk Eker * @copyright 2014 Doruk Eker -* @version 1.0.10 +* @version 1.0.3 * @license MIT License | http://opensource.org/licenses/MIT */