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 7, 2022
1 parent 4463ccb commit 2a05953
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-SNAPSHOT"
version = "1.2.0"

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

Expand Down

0 comments on commit 2a05953

Please sign in to comment.