Skip to content

Commit 36ff553

Browse files
committed
1.1.0
1 parent dd2b2d0 commit 36ff553

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A deliberately minimal Gradle plugin for Clojure compilation and test running.
66

77
```groovy
88
plugins {
9-
id "com.cursive-ide.clojure" version "1.0.1"
9+
id "com.cursive-ide.clojure" version "1.1.0"
1010
}
1111
1212
compileClojure {

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ buildscript {
3131
}
3232

3333
group 'com.cursive-ide'
34-
version '1.0.1'
34+
version '1.1.0'
3535

3636
apply plugin: 'kotlin'
3737
apply plugin: 'groovy'

0 commit comments

Comments
 (0)