Skip to content

Commit

Permalink
version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Данила Беляков authored and Данила Беляков committed Nov 17, 2024
1 parent ec8eab0 commit 4ce16a2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 30 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/publish-docs.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<div align="center">

[![Maven Central](https://badgen.net/badge/Maven%20Central/v0.0.4/blue?icon=github)](https://central.sonatype.com/artifact/io.github.danbeldev/alice-ktx)
[![Maven Central](https://badgen.net/badge/Maven%20Central/v0.1.0/blue?icon=github)](https://central.sonatype.com/artifact/io.github.danbeldev/alice-ktx)
[![License](https://img.shields.io/github/license/danbeldev/alice-ktx)](https://github.com/danbeldev/alice-ktx/blob/master/LICENSE)
![Last commit](https://img.shields.io/github/last-commit/danbeldev/alice-ktx)

Expand Down
4 changes: 2 additions & 2 deletions alice-ktx/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = "com.github.alice.ktx"
version = "0.0.4"
version = "0.1.0"

project.setProperty("mainClassName", "com.github.alice.ktx.Skill")

Expand Down Expand Up @@ -40,7 +40,7 @@ mavenPublishing {
coordinates(
groupId = "io.github.danbeldev",
artifactId = "alice-ktx",
version = "0.0.4"
version = "0.1.0"
)

pom {
Expand Down
2 changes: 1 addition & 1 deletion examples/src/main/kotlin/com/github/examples/FsmForm.kt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fun main() {
path = "/alice"
}
storage = redisStorage {
connect(host = "danbel.ru", password = "ggtt1234redis")
connect(host = "localhost")
keyBuilder = baseKeyBuilder {
prefix = "alice"
}
Expand Down

0 comments on commit 4ce16a2

Please sign in to comment.