From 4d53b30747500f0f0e10ec0202d11bf1cb6dde7e Mon Sep 17 00:00:00 2001 From: Quentin Stoeckel Date: Wed, 20 Jul 2022 19:51:48 +0200 Subject: [PATCH] v3.10.0 version bump --- manifest.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 62c3f58..79f751a 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "MaterialDesignIcons Picker", "description": "Quick & easy icon picker", - "version": "3.9.0", + "version": "3.10.0", "icons": { "16": "dist/img/icon-16x16.png", "32": "dist/img/icon-32x32.png", diff --git a/package.json b/package.json index 2275f59..5d6982c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "materialdesignicons-picker", - "version": "3.9.0", + "version": "3.10.0", "description": "Quick & easy icon picker", "main": "src/index.js", "repository": "git@github.com:Pictogrammers/Browser-Icon-Picker.git", @@ -43,7 +43,7 @@ }, "materialdesignicons-picker": { "version": { - "default": "6.9.96", + "default": "7.0.96", "light": "0.2.63" } }