Skip to content

Commit 5bd98db

Browse files
committed
Update to 0.2.3
1 parent ceb9083 commit 5bd98db

File tree

8 files changed

+18
-9
lines changed

8 files changed

+18
-9
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020
ALGOLIA_INDEX_NAME: 'prod_kotlin_rpc'
2121
ALGOLIA_KEY: '${{ secrets.ALGOLIA_KEY }}'
2222
CONFIG_JSON_PRODUCT: 'kotlinx-rpc'
23-
CONFIG_JSON_VERSION: '0.2.2'
23+
CONFIG_JSON_VERSION: '0.2.3'
2424

2525
jobs:
2626
build:

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Example of plugins setup in a project's `build.gradle.kts`:
9292
plugins {
9393
kotlin("jvm") version "2.0.10"
9494
kotlin("plugin.serialization") version "2.0.10"
95-
id("org.jetbrains.kotlinx.rpc.plugin") version "0.2.2"
95+
id("org.jetbrains.kotlinx.rpc.plugin") version "0.2.3"
9696
}
9797
```
9898

@@ -106,7 +106,7 @@ plugins {
106106
kotlin("jvm") version "1.9.25"
107107
kotlin("plugin.serialization") version "1.9.25"
108108
id("com.google.devtools.ksp") version "1.9.25-1.0.20"
109-
id("org.jetbrains.kotlinx.rpc.plugin") version "0.2.2"
109+
id("org.jetbrains.kotlinx.rpc.plugin") version "0.2.3"
110110
}
111111
```
112112
### Runtime dependencies
@@ -166,11 +166,11 @@ based on the project's Kotlin version:
166166
```kotlin
167167
plugins {
168168
kotlin("jvm") version "2.0.10"
169-
id("org.jetbrains.kotlinx.rpc.plugin") version "0.2.2"
169+
id("org.jetbrains.kotlinx.rpc.plugin") version "0.2.3"
170170
}
171171

172172
dependencies {
173-
// version 0.2.2 is set by the Gradle plugin
173+
// version 0.2.3 is set by the Gradle plugin
174174
implementation("org.jetbrains.kotlinx:kotlinx-rpc-core")
175175
}
176176
```

docs/pages/kotlinx-rpc/.idea/.gitignore

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/pages/kotlinx-rpc/.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[
2-
{"version":"0.2.2","url":"/kotlinx-rpc/0.2.2/","isCurrent":true}
2+
{"version":"0.2.3","url":"/kotlinx-rpc/0.2.3/","isCurrent":true}
33
]

docs/pages/kotlinx-rpc/v.list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<var name="host" value="https://kotlin.github.io"/>
1515

1616
<!-- Library versions -->
17-
<var name="kotlinx-rpc-version" value="0.2.2"/>
17+
<var name="kotlinx-rpc-version" value="0.2.3"/>
1818
<var name="kotlin-version" value="2.0.10"/>
1919
<var name="ksp-version" value="1.9.25-1.0.20"/>
2020
</vars>

docs/pages/kotlinx-rpc/writerside.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
<images dir="images" web-path="images/"/>
1313
<categories src="c.list"/>
1414
<vars src="v.list"/>
15-
<instance src="rpc.tree" version="0.2.2" web-path="/kotlinx-rpc/"/>
15+
<instance src="rpc.tree" version="0.2.3" web-path="/kotlinx-rpc/"/>
1616
</ihp>

versions-root/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
# core library version
3-
kotlinx-rpc = "0.2.2"
3+
kotlinx-rpc = "0.2.3"
44

55
# kotlin
66
kotlin-lang = "2.0.10"

0 commit comments

Comments
 (0)