Skip to content

Commit 97a7c67

Browse files
committed
Bump → 1.2.1
1 parent 12af050 commit 97a7c67

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To use this plugin, add the following to your `build.gradle`:
2626

2727
```groovy
2828
plugins {
29-
id "com.github.mrsarm.jshell.plugin" version "1.2.0"
29+
id "com.github.mrsarm.jshell.plugin" version "1.2.1"
3030
}
3131
```
3232

@@ -355,7 +355,7 @@ buildscript {
355355
}
356356
}
357357
dependencies {
358-
classpath "com.github.mrsarm:jshell-plugin:1.2.0"
358+
classpath "com.github.mrsarm:jshell-plugin:1.2.1"
359359
}
360360
}
361361

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group 'com.github.mrsarm'
9-
version '1.2.1-RC7'
9+
version '1.2.1'
1010

1111
sourceCompatibility = 9
1212
targetCompatibility = 9

0 commit comments

Comments
 (0)