From 4ff4d29f6cefd279a412b8d62a21142ebd410b36 Mon Sep 17 00:00:00 2001 From: Andrew Waterman <65307+awaterma@users.noreply.github.com> Date: Mon, 5 Jun 2023 10:11:30 -0700 Subject: [PATCH] 4.1.3 release preparation, update the package and lib/version to 4.1.3. (#284) --- lib/version.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/version.js b/lib/version.js index 0cba2a81..a39164cb 100644 --- a/lib/version.js +++ b/lib/version.js @@ -1,2 +1,2 @@ // generated by genversion -module.exports = '4.1.2' +module.exports = '4.1.3' diff --git a/package.json b/package.json index 4bc8ccea..d75db6b3 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "RFC6265", "RFC2965" ], - "version": "4.1.2", + "version": "4.1.3", "homepage": "https://github.com/salesforce/tough-cookie", "repository": { "type": "git",