From 099b3d0a8eb4f263c0f3875e5b71624203000600 Mon Sep 17 00:00:00 2001 From: Lukas Weiss Date: Fri, 4 Oct 2024 09:31:19 +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 cac0c6696..726758271 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@aboutbits/react-material-icons", - "version": "1.2.5", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@aboutbits/react-material-icons", - "version": "1.2.5", + "version": "2.0.0", "license": "MIT", "devDependencies": { "@types/jest": "^29.5.12", diff --git a/package.json b/package.json index 2acbba66c..886f2ed17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aboutbits/react-material-icons", - "version": "1.2.5", + "version": "2.0.0", "description": "Material design icon components for React", "author": "AboutBits", "license": "MIT",