diff --git a/CHANGES.md b/CHANGES.md index 85144a1..86e2b89 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +Thu, March 7 +------------ + + - re-implement Plugin functions with Destop GUI API. + - Fix several NPE's + - Delete redundant code + - CI/CD improvements, packaging improvements + Tue, January 17 --------------- diff --git a/config.sh b/config.sh index 921f553..2461f96 100755 --- a/config.sh +++ b/config.sh @@ -3,4 +3,4 @@ export GITHUB_USER=eyedeekay export GITHUB_REPO=i2p.plugins.firefox export GITHUB_NAME="Updates extensions, plugin support temporarily removed(Stay on the old version)" export GITHUB_DESCRIPTION=$(cat CHANGES.md VERSION.md) -export GITHUB_TAG=1.2.0 \ No newline at end of file +export GITHUB_TAG=1.3.0 \ No newline at end of file