From 0b68c2c79fbf90d622f0a4c7087d5fe8213dd066 Mon Sep 17 00:00:00 2001 From: onedionys Date: Mon, 11 Mar 2024 18:13:57 +0700 Subject: [PATCH] chore: adding package & update new version of release date --- README.md | 1 + package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 95e526e..434e20f 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ console.log('Share on Twitter:', twitterShareUrl); * v1.0.0 : 08 March 2024 * v1.0.1 : 11 March 2024 +* v4.0.0 : 11 March 2024 ## 🧑 Author diff --git a/package-lock.json b/package-lock.json index fee5c6d..e53edcf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "onedionys-social-sharing-utilities", - "version": "1.0.1", + "version": "4.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "onedionys-social-sharing-utilities", - "version": "1.0.0", + "version": "4.0.0", "license": "ISC", "dependencies": { "jquery": "^3.7.1", diff --git a/package.json b/package.json index 92f3d25..aba04be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "onedionys-social-sharing-utilities", - "version": "1.0.1", + "version": "4.0.0", "description": "One Dionys (Social Sharing Utilities) - Functions to make it easy to share app content to social media platforms.", "main": "src/socialSharingUtils.js", "directories": {