From 5ad3a57be35d63ed20a88cc0365ef9a75c4a3824 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pimentel=20Ferreira?= Date: Sat, 25 May 2024 13:53:18 +0200 Subject: [PATCH] 1.0.23 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8498f57..fe1f032 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "words-pt", - "version": "1.0.22", + "version": "1.0.23", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "words-pt", - "version": "1.0.22", + "version": "1.0.23", "license": "GPL-3.0", "dependencies": { "async": "^3.2.4", diff --git a/package.json b/package.json index 3b9f80b..51649e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "words-pt", - "version": "1.0.22", + "version": "1.0.23", "description": "The list of all the words in Portuguese, including all possible combinations and variations (masculine, feminine, plural, singular, verbal conjugations, etc.)", "main": "index.js", "scripts": {