Skip to content

Commit

Permalink
Version bumped to 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mcatta committed Jul 10, 2023
1 parent c592f83 commit d0aed30
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 @@ -12,7 +12,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'dev.mcatta:polpetta:0.0.5'
implementation 'dev.mcatta:polpetta:0.0.6'
}
```
The full reference documentation [is available here](https://mcatta.github.io/polpetta/docs).
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kotlin.code.style=official
GROUP=dev.mcatta
POM_ARTIFACT_ID=polpetta

VERSION_NAME=0.0.5
VERSION_NAME=0.0.6

SONATYPE_AUTOMATIC_RELEASE=true
SONATYPE_HOST=S01
Expand Down

0 comments on commit d0aed30

Please sign in to comment.