From bb218aaa9ab76a28b42680614aca5b090b6bfcaa Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Tue, 9 Aug 2022 10:17:58 +0200 Subject: [PATCH] 2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 48001c7..b7b9a41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xkcd-clone", - "version": "1.2.1", + "version": "2.0.0", "description": "Clone xkcd comics.", "main": "./lib/index.js", "type": "module",