From bfc41157016106e595f2c7afd40a58a2ea6881fa Mon Sep 17 00:00:00 2001 From: Nakroma Date: Thu, 1 Sep 2022 22:38:18 +0200 Subject: [PATCH] Upped version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index af50017..a186b08 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wow-classic-items", - "version": "1.0.0", - "description": "Collection of all WoW Classic and Burning Crusade Classic items.", + "version": "2.0.0", + "description": "Collection of all WoW Vanilla, TBC and WotLK Classic items.", "main": "index.js", "scripts": { "build": "node ./build/build.js",