Skip to content

Commit 2c6792b

Browse files
committed
Update version to 0.3.0
1 parent 514abf8 commit 2c6792b

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
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.4'
23+
CONFIG_JSON_VERSION: '0.3.0'
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.4"
95+
id("org.jetbrains.kotlinx.rpc.plugin") version "0.3.0"
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.4"
109+
id("org.jetbrains.kotlinx.rpc.plugin") version "0.3.0"
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.4"
169+
id("org.jetbrains.kotlinx.rpc.plugin") version "0.3.0"
170170
}
171171

172172
dependencies {
173-
// version 0.2.4 is set by the Gradle plugin
173+
// version 0.3.0 is set by the Gradle plugin
174174
implementation("org.jetbrains.kotlinx:kotlinx-rpc-core")
175175
}
176176
```
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[
2-
{"version":"0.2.4","url":"/kotlinx-rpc/0.2.4/","isCurrent":true}
2+
{"version":"0.3.0","url":"/kotlinx-rpc/0.3.0/","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.4"/>
17+
<var name="kotlinx-rpc-version" value="0.3.0"/>
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: 2 additions & 2 deletions
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.4" web-path="/kotlinx-rpc/"/>
16-
</ihp>
15+
<instance src="rpc.tree" version="0.3.0" web-path="/kotlinx-rpc/"/>
16+
</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.3.0-SNAPSHOT"
3+
kotlinx-rpc = "0.3.0"
44

55
# kotlin
66
kotlin-lang = "2.0.10"

0 commit comments

Comments
 (0)