Skip to content

Commit

Permalink
Let's go to v1.0.0
Browse files Browse the repository at this point in the history
This will be better for future incremental improvements.
  • Loading branch information
stuyam committed Mar 13, 2016
1 parent c67aa2b commit 5d77a41
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
"test",
"tests"
],
"version": "0.0.5"
"version": "1.0.0"
}
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 v0.0.5 | Created By Stuart Yamartino | MIT License | 2015-Present
// Pressure v1.0.0 | Created By Stuart Yamartino | MIT License | 2015-Present
;(function(window, document, $) {
'use strict';

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 v0.0.5 | Created By Stuart Yamartino | MIT License | 2015-Present
// Pressure v1.0.0 | Created By Stuart Yamartino | MIT License | 2015-Present
;(function(window, document) {
'use strict';

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 @@ -8,7 +8,7 @@ var stripDebug = require('gulp-strip-debug');
var uglify = require('gulp-uglify');
var babel = require('gulp-babel');

var HEADER_COMMENT = '// Pressure v0.0.5 | Created By Stuart Yamartino | MIT License | 2015-Present\n';
var HEADER_COMMENT = '// Pressure v1.0.0 | Created By Stuart Yamartino | MIT License | 2015-Present\n';
var DESTINATION = '.';

// JS concat, strip debugging and minify
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pressure",
"version": "0.0.5",
"version": "1.0.0",
"description": "Pressure is a JavaScript library for handling both Force Touch and 3D Touch through a single API",
"main": "dist/pressure.min.js",
"dependencies": {},
Expand Down

0 comments on commit 5d77a41

Please sign in to comment.