Skip to content

Commit

Permalink
version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Данила Беляков authored and Данила Беляков committed Nov 21, 2024
1 parent 43f0263 commit ce8ea5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<div align="center">

[![Maven Central](https://badgen.net/badge/Maven%20Central/v0.1.0/blue?icon=github)](https://central.sonatype.com/artifact/io.github.danbeldev/alice-ktx)
[![Maven Central](https://badgen.net/badge/Maven%20Central/v1.0.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 All @@ -24,7 +24,6 @@
## Особенности
- Kotlin DSL
- Server Application ([Ktor](https://ktor.io))
- [Kotlinx Serialization](https://kotlinlang.org/docs/serialization.html)
- Асинхронность ([Coroutines](https://github.com/Kotlin/kotlinx.coroutines))
- Машина состояний (Finite State Machine)
- Мидлвари (для входящих событий и вызовов API)
Expand Down Expand Up @@ -56,7 +55,7 @@ fun main() {
```

## Документация
- [Документация](mk-docs/)
- [Документация](https://danbeldev.github.io/alice-ktx/)
- [Примеры](https://github.com/danbeldev/alice-ktx/tree/master/examples/src/main/kotlin/com/github/examples)


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 @@ -8,7 +8,7 @@ plugins {
}

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

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

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

pom {
Expand Down

0 comments on commit ce8ea5b

Please sign in to comment.