From 369ac58025ab0d64230d16abbb1a76b7db23d9f6 Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Sat, 7 Aug 2021 21:39:16 +0200 Subject: [PATCH] release: bump to v0.3.1 (#55) --- package.json | 2 +- public/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fa5c45f5..f8465900 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "licenseplate", - "version": "0.3.0", + "version": "0.3.1", "description": "Browser extension to get early warnings when facing insufficiently licensed code.", "main": "index.js", "scripts": { diff --git a/public/manifest.json b/public/manifest.json index a30355b5..f089ddb3 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,7 +1,7 @@ { "name": "Licenseplate", "description": "License Hints for Github", - "version": "0.3.0", + "version": "0.3.1", "manifest_version": 3, "options_ui": { "page": "options.html",