Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
d1snin committed Feb 6, 2023
1 parent cf631ba commit e415edd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ dependencies {
val ktorWsEventsVersion: String by project

// server side
implementation("dev.d1s:ktor-ws-events:ktor-ws-events-server:$ktorWsEventsVersion")
implementation("dev.d1s.ktor-ws-events:ktor-ws-events-server:$ktorWsEventsVersion")

// client side
implementation("dev.d1s:ktor-ws-events:ktor-ws-events-client:$ktorWsEventsVersion")
implementation("dev.d1s.ktor-ws-events:ktor-ws-events-client:$ktorWsEventsVersion")
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ org.gradle.jvmargs=-Xmx2048m

kotlin.code.style=official

projectGroup=dev.d1s
projectVersion=0.1.0-dev
projectGroup=dev.d1s.ktor-ws-events
projectVersion=0.1.1

kotlinVersion=1.8.10

Expand Down

0 comments on commit e415edd

Please sign in to comment.