Skip to content

Commit

Permalink
Add patch version bump for this fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
oculus42 committed Mar 18, 2018
1 parent 884e3ee commit cbbe694
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
03/18/2018 Fixed importStyle
Bumped to 1.12.3

01/10/2018 Merged fix for top-level Canvas support
Bumped to 1.12.2

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": "print-this",
"version": "1.12.2",
"version": "1.12.3",
"description": "Printing plug-in for jQuery",
"main": "printThis.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion printThis.jquery.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "printThis",
"version": "1.12.2",
"version": "1.12.3",
"title": "printThis",
"description": "Printing plug-in for jQuery. Print specific page elements, add print options, maintain or add new styling using jQuery.",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion printThis.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* printThis v1.12.2
* printThis v1.12.3
* @desc Printing plug-in for jQuery
* @author Jason Day
*
Expand Down

0 comments on commit cbbe694

Please sign in to comment.