Skip to content

Commit

Permalink
Bump version number: 0.5.0 -> 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
richtr committed Nov 18, 2014
1 parent 2b7f725 commit 3905e70
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fulltilt",
"title": "Full Tilt",
"version": "0.5.0",
"version": "0.5.1",
"description": "Standalone device orientation + device motion normalization and conversion library",
"homepage": "https://github.com/richtr/Full-Tilt",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion dist/fulltilt.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ function handleDeviceMotionChange ( event ) {

var FULLTILT = {};

FULLTILT.version = "0.5.0";
FULLTILT.version = "0.5.1";

///// FULLTILT API Root Methods /////

Expand Down
4 changes: 2 additions & 2 deletions dist/fulltilt.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fulltilt",
"title": "Full Tilt",
"version": "0.5.0",
"version": "0.5.1",
"description": "Standalone device orientation + device motion normalization and conversion library",
"homepage": "http://github.com/richtr/Full-Tilt",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion src/Core.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

var FULLTILT = {};

FULLTILT.version = "0.5.0";
FULLTILT.version = "0.5.1";

///// FULLTILT API Root Methods /////

Expand Down

0 comments on commit 3905e70

Please sign in to comment.