Skip to content

Commit 1525517

Browse files
committed
Release for IntelliJ 2021.1.1
1 parent a1c1926 commit 1525517

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# cucumber-clojure Changelog
44

55
## [Unreleased]
6-
## [2020.3.3.0]
76
## [2020.3.3.0] Release for IntelliJ 2020.3.3
87
## [2020.3.2.1] Release for IntelliJ 2020.3.2
98
- Minor fixes

gradle.properties

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33

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

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

2020
# Opt-out flag for bundling Kotlin standard library.
2121
# See https://kotlinlang.org/docs/reference/using-gradle.html#dependency-on-the-standard-library for details.

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
<change-notes><![CDATA[
88
<ul>
9+
<li>2021.1.1.0: Release for IntelliJ 2021.1.1</li>
910
<li>2020.3.3.0: Release for IntelliJ 2020.3.3
1011
<ul>
1112
<li>Added navigation to step usages</li>

0 commit comments

Comments
 (0)