From 6a836c67c8a336b0d7f6549e926f7171dfa2dc53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Wiercho=C5=82a?= Date: Fri, 30 Sep 2022 16:01:31 +0200 Subject: [PATCH] 2.0.0 --- 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 e1a8121..eab5428 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@webcarrot/api", - "version": "1.8.1", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@webcarrot/api", - "version": "1.8.1", + "version": "2.0.0", "license": "MIT", "devDependencies": { "@types/react": "^18.0.21", diff --git a/package.json b/package.json index d1e9a3a..75a9cc0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "public": true, "name": "@webcarrot/api", - "version": "1.8.1", + "version": "2.0.0", "description": "Framework that provide minimal API support", "main": "./dist/cjs/index.js", "type": "module",