Skip to content

Commit

Permalink
Release for IntelliJ 2021.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
taraktikos committed May 6, 2021
1 parent a1c1926 commit 1525517
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# cucumber-clojure Changelog

## [Unreleased]
## [2020.3.3.0]
## [2020.3.3.0] Release for IntelliJ 2020.3.3
## [2020.3.2.1] Release for IntelliJ 2020.3.2
- Minor fixes
Expand Down
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@

pluginGroup = com.github.taraktikos.cucumberclojure
pluginName = cucumber-clojure
pluginVersion = 2020.3.3.0
pluginSinceBuild = 203
pluginUntilBuild = 203.*
pluginVersion = 2021.1.1.0
pluginSinceBuild = 211
pluginUntilBuild = 211.*
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
# See https://jb.gg/intellij-platform-builds-list for available build versions
pluginVerifierIdeVersions = 2020.3.2, 2020.3.3, 2021.1
pluginVerifierIdeVersions = 2021.1

platformType = IC
platformVersion = 2020.3.3
platformVersion = 2021.1.1
platformDownloadSources = true
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
platformPlugins = gherkin:203.5981.155, com.cursiveclojure.cursive:1.10.0-2020.3
platformPlugins = gherkin:211.6693.111, com.cursiveclojure.cursive:1.10.2-2021.1

# Opt-out flag for bundling Kotlin standard library.
# See https://kotlinlang.org/docs/reference/using-gradle.html#dependency-on-the-standard-library for details.
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

<change-notes><![CDATA[
<ul>
<li>2021.1.1.0: Release for IntelliJ 2021.1.1</li>
<li>2020.3.3.0: Release for IntelliJ 2020.3.3
<ul>
<li>Added navigation to step usages</li>
Expand Down

0 comments on commit 1525517

Please sign in to comment.