Skip to content

Commit e57dca9

Browse files
committed
2020.3.2-SNAPSHOT
1 parent 54168a5 commit e57dca9

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2020.3.1
2+
3+
* platform: minor compatibility fixes
4+
15
2020.3
26

37
* parser: allow no space between some tokens

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://www.jetbrains.com/intellij-repository/releases
33
# https://www.jetbrains.com/intellij-repository/snapshots
44

5-
pluginVersion=2020.3.1-SNAPSHOT
5+
pluginVersion=2020.3.2-SNAPSHOT
66
ideaVersion=203-EAP-SNAPSHOT
77
ijpVersion=0.6.5
88
javaVersion=11

resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<idea-plugin>
33
<id>org.jetbrains.idea.clojure</id>
4-
<version>2020.3.1-SNAPSHOT</version>
4+
<version>2020.3.2-SNAPSHOT</version>
55
<vendor email="[email protected]">Greg Shrago</vendor>
66
<idea-version since-build="203.5784"/>
77

0 commit comments

Comments
 (0)