Skip to content

Commit

Permalink
Prepare release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincianfarini committed Jan 8, 2025
1 parent b77cbb2 commit 4cd1994
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ val volume: Volume = length * length * length

```toml
[versions]
alchemist = "0.1.0"
alchemist = "0.1.1"

[libraries]
alchemist = { module = "io.github.kevincianfarini.alchemist:alchemist", version.ref = "alchemist" }
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ kotlin.code.style=official

GROUP=io.github.kevincianfarini.alchemist
POM_ARTIFACT_ID=alchemist
VERSION_NAME=0.1.1-SNAPSHOT
VERSION_NAME=0.1.1

POM_NAME=Alchemist
POM_DESCRIPTION=TO DO
Expand All @@ -24,4 +24,4 @@ POM_DEVELOPER_URL=https://github.com/kevincianfarini
SONATYPE_CONNECT_TIMEOUT_SECONDS=120
SONATYPE_CLOSE_TIMEOUT_SECONDS=900

org.jetbrains.dokka.experimental.gradle.pluginMode=V2EnabledWithHelpers
org.jetbrains.dokka.experimental.gradle.pluginMode=V2EnabledWithHelpers

0 comments on commit 4cd1994

Please sign in to comment.