diff --git a/CHANGELOG.md b/CHANGELOG.md index 9912baa..7a07b23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.1.4](https://github.com/Otard95/prun-palette/compare/v0.1.3...v0.1.4) (2023-05-19) + + +### Bug Fixes + +* Try not submitting chrome for review ([890a597](https://github.com/Otard95/prun-palette/commit/890a597131b2ac847c226755fed03531815262c6)) + ## [0.1.3](https://github.com/Otard95/prun-palette/compare/v0.1.2...v0.1.3) (2023-05-18) diff --git a/manifest.chrome.json b/manifest.chrome.json index 3bfd6d7..a07bbc5 100644 --- a/manifest.chrome.json +++ b/manifest.chrome.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "PrUn Palette", - "version": "0.1.3", + "version": "0.1.4", "description": "Adds a command palette to Prosperous Universe", diff --git a/manifest.firefox.json b/manifest.firefox.json index 1cead71..d4f4e06 100644 --- a/manifest.firefox.json +++ b/manifest.firefox.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "PrUn Palette", - "version": "0.1.3", + "version": "0.1.4", "description": "Adds a command palette to Prosperous Universe",