Skip to content

Commit

Permalink
chore: minor version bump for new 1.0.x release
Browse files Browse the repository at this point in the history
  • Loading branch information
onyxmueller committed Dec 22, 2024
1 parent 6250a3c commit 79362ca
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 @@ -17,7 +17,7 @@ Add the dependency below into your **module**'s `build.gradle` file:

```gradle
dependencies {
implementation("net.onyxmueller.pinata:pinata:1.0.0")
implementation("net.onyxmueller.pinata:pinata:1.0.1")
}
```

Expand Down
2 changes: 1 addition & 1 deletion pinata/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ mavenPublishing {
coordinates(
"net.onyxmueller.pinata",
artifactId,
"1.0.0",
"1.0.1",
)

pom {
Expand Down

0 comments on commit 79362ca

Please sign in to comment.