Skip to content

Commit

Permalink
0.7.5-snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsh committed Jul 16, 2018
1 parent 059e3af commit bbe64a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.7.4-snapshot
0.7.4

* Debugger: initial java debugger integration
* QuickDoc: fix specs and show macroexpand from repl
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Available idea versions:
# https://www.jetbrains.com/intellij-repository/releases
# https://www.jetbrains.com/intellij-repository/snapshots
version=0.7.4-snapshot
version=0.7.5-snapshot

ideaVersion=2017.2
javaVersion=1.8
Expand Down
2 changes: 1 addition & 1 deletion resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<idea-plugin>
<id>org.jetbrains.idea.clojure</id>
<version>0.7.4-snapshot</version>
<version>0.7.5-snapshot</version>
<vendor email="[email protected]">Greg Shrago</vendor>
<idea-version since-build="172"/>

Expand Down

0 comments on commit bbe64a2

Please sign in to comment.