Skip to content

Commit ae9f5e7

Browse files
committed
Bump version
1 parent 8f63b95 commit ae9f5e7

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

55
## [Unreleased]
6-
## [2020.3.2.0]
6+
## [2020.3.2.1] Release for IntelliJ 2020.3.2
7+
- Minor fixes
8+
## [2020.3.2.0] Initial release for IntelliJ 2020.3.2
9+
- Added navigation to step declaration
710
## [0.0.2]
811
### Added
912
- Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
pluginGroup = com.github.taraktikos.cucumberclojure
55
pluginName = cucumber-clojure
6-
pluginVersion = 2020.3.2.0
6+
pluginVersion = 2020.3.2.1
77
pluginSinceBuild = 202
88
pluginUntilBuild = 203.*
99
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
<change-notes><![CDATA[
88
<ul>
9+
<li>2020.3.2.1: Release for IntelliJ 2020.3.2</li>
10+
<ol>
11+
<li>Minor fixes</li>
12+
</ol>
913
<li>2020.3.2.0: Initial release for IntelliJ 2020.3.2
1014
<ol>
1115
<li>Added navigation to step declaration</li>

0 commit comments

Comments
 (0)