From 82bc10ef3a21d5b4ecc0b28f139005536be121fe Mon Sep 17 00:00:00 2001 From: Quentin Stoeckel Date: Thu, 19 May 2022 11:05:20 +0200 Subject: [PATCH] v3.8.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 a88705a..2dd8e01 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "MaterialDesignIcons Picker", "description": "Quick & easy icon picker", - "version": "3.7.0", + "version": "3.8.0", "icons": { "16": "dist/img/icon-16x16.png", "32": "dist/img/icon-32x32.png", diff --git a/package.json b/package.json index 650e953..a5603ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "materialdesignicons-picker", - "version": "3.7.0", + "version": "3.8.0", "description": "Quick & easy icon picker", "main": "src/index.js", "repository": "git@github.com:chteuchteu/MaterialDesignIcons-Picker.git", @@ -43,7 +43,7 @@ }, "materialdesignicons-picker": { "version": { - "default": "6.6.96", + "default": "6.7.96", "light": "0.2.63" } }