Skip to content

Commit

Permalink
2019.3.1-snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsh committed Oct 10, 2019
1 parent d9578ff commit aacce28
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2019.3

* platform: IntelliJ IDEA 2019.3 EAP

0.7.6

* resolve: fix qualified :keys destructuring
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Available idea versions:
# https://www.jetbrains.com/intellij-repository/releases
# https://www.jetbrains.com/intellij-repository/snapshots
version=2019.3-snapshot
version=2019.3.1-snapshot

ideaVersion=193.2956.37-EAP-SNAPSHOT
ideaVersion=193.3519.25-EAP-SNAPSHOT
javaVersion=1.8
kotlinVersion=1.3.50
kotlinApiVersion=1.3
Expand Down
4 changes: 2 additions & 2 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<idea-plugin>
<id>org.jetbrains.idea.clojure</id>
<version>2019.1-snapshot</version>
<version>2019.3.1-snapshot</version>
<vendor email="[email protected]">Greg Shrago</vendor>
<idea-version since-build="193.2956"/>
<idea-version since-build="193.3519"/>

<name>Clojure-Kit</name>
<description>Clojure and ClojureScript plugin for IntelliJ-based tools</description>
Expand Down

0 comments on commit aacce28

Please sign in to comment.