Skip to content

Commit

Permalink
Bumped version for 2.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
stuyam committed Nov 4, 2016
1 parent f1ba61a commit a309e8d
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion License
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License

Copyright (c) 2015 - Present Stuart Yamartino.
Copyright (c) 2015 - 2016 Stuart Yamartino.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
"test",
"tests"
],
"version": "2.0.2"
"version": "2.0.3"
}
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.2 | Created By Stuart Yamartino | MIT License | 2015 - 2016
// Pressure v2.0.3 | 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.2 | Created By Stuart Yamartino | MIT License | 2015 - 2016
// Pressure v2.0.3 | 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 @@ -6,7 +6,7 @@ var inject = require('gulp-inject-string')
var rename = require('gulp-rename');
var uglify = require('gulp-uglify');
var babel = require('gulp-babel');
var HEADER_COMMENT = '// Pressure v2.0.2 | Created By Stuart Yamartino | MIT License | 2015 - 2016\n';
var HEADER_COMMENT = '// Pressure v2.0.3 | Created By Stuart Yamartino | MIT License | 2015 - 2016\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": "2.0.2",
"version": "2.0.3",
"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 Down

0 comments on commit a309e8d

Please sign in to comment.