Skip to content

Commit

Permalink
build: Start 1.2.0 stream
Browse files Browse the repository at this point in the history
Signed-off-by: BJ Hargrave <[email protected]>
  • Loading branch information
bjhargrave committed Jun 27, 2023
1 parent d5cf561 commit 049fffd
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 @@ -14,7 +14,7 @@ The simplest way to use the plugin is to apply to your project.

```groovy
plugins {
id "dev.hargrave.addmavendescriptor" version "1.0.0"
id "dev.hargrave.addmavendescriptor" version "1.1.0"
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ interface Injected {
}

group = "dev.hargrave"
version = "1.1.0-SNAPSHOT"
version = "1.2.0-SNAPSHOT"

java {
sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down

0 comments on commit 049fffd

Please sign in to comment.