Skip to content

Commit

Permalink
Bumped version numbers for 2.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
stuyam committed Nov 3, 2016
1 parent edcae03 commit aef4a25
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Pressure.js

[![Join the chat at https://gitter.im/yamartino/pressure](https://badges.gitter.im/yamartino/pressure.svg)](https://gitter.im/yamartino/pressure?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![GitHub Rank](https://reporank.com/yamartino/pressure)](https://reporank.com)
[![GitHub Rank](https://reporank.com/stuyam/pressure)](https://reporank.com)

![Pressure Example](http://pressurejs.com/img/pressure.gif)

Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"magic-trackpad",
"apple-pencil"
],
"homepage": "https://github.com/yamartino/pressure",
"homepage": "https://github.com/stuyam/pressure",
"moduleType": [],
"ignore": [
"**/.*",
Expand All @@ -29,5 +29,5 @@
"test",
"tests"
],
"version": "2.0.1"
"version": "2.0.2"
}
2 changes: 1 addition & 1 deletion dist/jquery.pressure.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Pressure v2.0.1 | Created By Stuart Yamartino | MIT License | 2015 - 2016
// Pressure v2.0.2 | Created By Stuart Yamartino | MIT License | 2015 - 2016
;(function(root, factory) {
if (typeof define === 'function' && define.amd) {
define(['jquery'], factory);
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.pressure.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/pressure.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Pressure v2.0.1 | Created By Stuart Yamartino | MIT License | 2015 - 2016
// Pressure v2.0.2 | Created By Stuart Yamartino | MIT License | 2015 - 2016
;(function(root, factory) {
if (typeof define === 'function' && define.amd) {
define([], factory);
Expand Down
2 changes: 1 addition & 1 deletion dist/pressure.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var rename = require('gulp-rename');
var uglify = require('gulp-uglify');
var babel = require('gulp-babel');

var HEADER_COMMENT = '// Pressure v2.0.1 | Created By Stuart Yamartino | MIT License | 2015 - 2016\n';
var HEADER_COMMENT = '// Pressure v2.0.2 | Created By Stuart Yamartino | MIT License | 2015 - 2016\n';
var DESTINATION = '.';

// JS concat, strip debugging and minify
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pressure",
"version": "2.0.1",
"version": "2.0.2",
"description": "Pressure is a lightweight JavaScript library for both Force Touch and 3D Touch through a single API.",
"main": "dist/pressure.min.js",
"dependencies": {},
Expand All @@ -21,7 +21,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/yamartino/pressure.git"
"url": "git+https://github.com/stuyam/pressure.git"
},
"keywords": [
"forcetouch",
Expand All @@ -40,7 +40,7 @@
"author": "Stuart Yamartino",
"license": "MIT",
"bugs": {
"url": "https://github.com/yamartino/pressure/issues"
"url": "https://github.com/stuyam/pressure/issues"
},
"homepage": "https://github.com/yamartino/pressure#readme"
"homepage": "https://github.com/stuyam/pressure#readme"
}

0 comments on commit aef4a25

Please sign in to comment.