From a3892eaafbac4d68b2b213d74f037513fef03040 Mon Sep 17 00:00:00 2001 From: Ralf Vogler Date: Wed, 22 Feb 2023 00:59:22 +0100 Subject: [PATCH] update description & version in package.json --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8fe8c713..8dee708f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "free-games-claimer", - "version": "1.0.0", + "version": "1.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "free-games-claimer", - "version": "1.0.0", + "version": "1.4.0", "license": "MIT", "dependencies": { "cross-env": "^7.0.3", diff --git a/package.json b/package.json index f3a0f3e3..04cf02b5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "free-games-claimer", - "version": "1.0.0", - "description": "Claims free games on the Epic Games Store and Amazon Prime Gaming.", + "version": "1.4.0", + "description": "Automatically claims free games on the Epic Games Store, Amazon Prime Gaming and GOG.", "homepage": "https://github.com/vogler/free-games-claimer", "main": "index.js", "scripts": {