Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cmf committed Oct 27, 2016
1 parent dd2b2d0 commit 36ff553
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A deliberately minimal Gradle plugin for Clojure compilation and test running.

```groovy
plugins {
id "com.cursive-ide.clojure" version "1.0.1"
id "com.cursive-ide.clojure" version "1.1.0"
}
compileClojure {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ buildscript {
}

group 'com.cursive-ide'
version '1.0.1'
version '1.1.0'

apply plugin: 'kotlin'
apply plugin: 'groovy'
Expand Down

0 comments on commit 36ff553

Please sign in to comment.