Skip to content

Commit 1120593

Browse files
committed
Project: Change version from 1.1.2-SNAPSHOT to 1.2.0.
1 parent af24921 commit 1120593

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
@@ -20,7 +20,7 @@ Using the [plugins DSL](https://docs.gradle.org/current/userguide/plugins.html#s
2020

2121
```kotlin
2222
plugins {
23-
id("org.jarhc") version "1.1.1"
23+
id("org.jarhc") version "1.2.0"
2424
}
2525
```
2626

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# PROJECT ----------------------------------------------------------------------
1818

1919
group = org.jarhc.gradle
20-
version = 1.1.2-SNAPSHOT
20+
version = 1.2.0
2121
description = JarHC Gradle Plugin
2222

2323
# GRADLE SETTINGS --------------------------------------------------------------

0 commit comments

Comments
 (0)