diff --git a/README.md b/README.md index 91f03f4a..02b66711 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Follow](https://img.shields.io/twitter/follow/CoderHQ?label=%40CoderHQ&style=soc ## Getting Started -![Install this plugin from the JetBrains Marketplace](https://plugins.jetbrains.com/plugin/19620-coder-gateway) +[Install this plugin from the JetBrains Marketplace](https://plugins.jetbrains.com/plugin/19620-coder/) ## Manually Building @@ -142,6 +142,8 @@ An artifact file is also built with the plugin attached. Every new Build overrid When you edit the draft and use the Publish release button, GitHub will tag the repository with the given version and add a new entry to the Releases tab. Next, it will notify users who are *watching* the repository, triggering the final [Release](.github/workflows/release.yml) workflow. +> **IMPORTANT:** `pluginVersion` from `gradle.properties` needs to be manually increased after a release. + ### Plugin signing Plugin Signing is a mechanism introduced in the 2021.2 release cycle to increase security in [JetBrains Marketplace](https://plugins.jetbrains.com). diff --git a/gradle.properties b/gradle.properties index 4329fb70..2b52d8fe 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ pluginGroup=com.coder.gateway pluginName=coder-gateway # SemVer format -> https://semver.org -pluginVersion=2.1.4 +pluginVersion=2.1.5 # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # for insight into build numbers and IntelliJ Platform versions. pluginSinceBuild=222.3739.54