Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxcapades committed Jul 2, 2022
1 parent c6f2e8c commit 9b1d05c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "io.foxcapades.lib"
version = "1.0.0"
version = "1.0.1"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ types that deal in unboxed values.
[source, kotlin]
----
dependencies {
implementation("io.foxcapades.lib:pdk:1.0.0")
implementation("io.foxcapades.lib:pdk:1.0.1")
}
----

Expand Down

0 comments on commit 9b1d05c

Please sign in to comment.