Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smaugfm committed Aug 18, 2024
1 parent 0f30a77 commit a068bd8
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 @@ -13,7 +13,7 @@ repositories {
}

dependencies {
implementation("io.github.smaugfm:lunchmoney:1.0.2")
implementation("io.github.smaugfm:lunchmoney: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 @@ -18,7 +18,7 @@ plugins {
}

group = "io.github.smaugfm"
version = "1.0.3-SNAPSHOT"
version = "1.1.0"
val isReleaseVersion = !version.toString().endsWith("SNAPSHOT")

repositories {
Expand Down

0 comments on commit a068bd8

Please sign in to comment.