From 81e0de10354f7133a9716b291f2403932bc8106c Mon Sep 17 00:00:00 2001 From: Quentin Stoeckel Date: Tue, 20 Dec 2022 16:26:22 +0100 Subject: [PATCH] v3.12.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 5172acd..af60818 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "MaterialDesignIcons Picker", "description": "Quick & easy icon picker", - "version": "3.11.2", + "version": "3.12.0", "icons": { "16": "dist/img/icon-16x16.png", "32": "dist/img/icon-32x32.png", diff --git a/package.json b/package.json index e69c359..00b26ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "materialdesignicons-picker", - "version": "3.11.2", + "version": "3.12.0", "description": "Quick & easy icon picker", "main": "src/index.js", "repository": "git@github.com:Pictogrammers/Browser-Icon-Picker.git", @@ -44,7 +44,7 @@ }, "materialdesignicons-picker": { "version": { - "default": "7.0.96", + "default": "7.1.96", "light": "0.2.63" } }