diff --git a/CHANGELOG.md b/CHANGELOG.md index 850f49e..5470cab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.3.1](https://github.com/aidenlx/marginnote-companion/compare/0.3.0...0.3.1) (2021-09-04) + + +### Bug Fixes + +* **input-handler:** fix version failed to compare when they are the same ([a2f9a5b](https://github.com/aidenlx/marginnote-companion/commit/a2f9a5b64524d525f2a21c2dc2467ee86d8934ed)) + # [0.3.0](https://github.com/aidenlx/marginnote-companion/compare/0.2.0...0.3.0) (2021-09-04) diff --git a/manifest.json b/manifest.json index f58e25f..40666c0 100755 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "marginnote-companion", "name": "MarginNote Companion", - "version": "0.3.0", + "version": "0.3.1", "minAppVersion": "0.12.5", "description": "", "author": "", diff --git a/package.json b/package.json index 29e12a7..bc939ba 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "marginnote-companion", - "version": "0.3.0", + "version": "0.3.1", "description": "", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 6a1efc4..e6febfd 100755 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "0.2.0": "0.12.5", - "0.3.0": "0.12.5" + "0.3.0": "0.12.5", + "0.3.1": "0.12.5" }