From 187b67f07c4a95d7529d66229b19a87aa937c59d Mon Sep 17 00:00:00 2001 From: Laurent Payot Date: Mon, 10 Apr 2023 18:46:55 +0200 Subject: [PATCH] version bump --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d4e3e2..3b8eba0 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Minidenticons uses [ES modules](https://jakearchibald.com/2017/es-modules-in-bro ```html ``` diff --git a/package.json b/package.json index 6e49e35..d0a6921 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minidenticons", - "version": "2.0.2", + "version": "3.0.0", "description": "Super lightweight SVG identicon (icon avatar) generator", "author": "Laurent Payot", "license": "MIT",