Skip to content

Commit

Permalink
Bump → 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsarm committed Feb 5, 2023
1 parent 12af050 commit 97a7c67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To use this plugin, add the following to your `build.gradle`:

```groovy
plugins {
id "com.github.mrsarm.jshell.plugin" version "1.2.0"
id "com.github.mrsarm.jshell.plugin" version "1.2.1"
}
```

Expand Down Expand Up @@ -355,7 +355,7 @@ buildscript {
}
}
dependencies {
classpath "com.github.mrsarm:jshell-plugin:1.2.0"
classpath "com.github.mrsarm:jshell-plugin:1.2.1"
}
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group 'com.github.mrsarm'
version '1.2.1-RC7'
version '1.2.1'

sourceCompatibility = 9
targetCompatibility = 9
Expand Down

0 comments on commit 97a7c67

Please sign in to comment.