From 4a007b0e041d5ed8e3df0b63fbefee1921b898cd Mon Sep 17 00:00:00 2001 From: Samuel Rouse Date: Sun, 17 Dec 2017 08:36:15 -0500 Subject: [PATCH] 1.12.1 Bump to 1.12.1 --- changelog.txt | 3 +++ package.json | 2 +- printThis.jquery.json | 2 +- printThis.js | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index eb79590..88e63ce 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,6 @@ +12/17/2017 Merged fix for jQuery version limit from nip3o + Bumped to 1.12.1 + 10/30/2017 Merged simpler form clone from Subtletree Updated README to correct 1.9.1 reference to past-tense Bumped to 1.12.0 diff --git a/package.json b/package.json index 15183b6..523d8bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "print-this", - "version": "1.12.0", + "version": "1.12.1", "description": "Printing plug-in for jQuery", "main": "printThis.js", "dependencies": { diff --git a/printThis.jquery.json b/printThis.jquery.json index 8609de1..e914c64 100644 --- a/printThis.jquery.json +++ b/printThis.jquery.json @@ -1,6 +1,6 @@ { "name": "printThis", - "version": "1.12.0", + "version": "1.12.1", "title": "printThis", "description": "Printing plug-in for jQuery. Print specific page elements, add print options, maintain or add new styling using jQuery.", "author": { diff --git a/printThis.js b/printThis.js index 1238f16..ad8b349 100644 --- a/printThis.js +++ b/printThis.js @@ -1,5 +1,5 @@ /* - * printThis v1.11.0 + * printThis v1.12.1 * @desc Printing plug-in for jQuery * @author Jason Day *