Skip to content

Commit 875ec08

Browse files
Abduqodiri Qurbonzodaqurbonzoda
authored andcommitted
Update the library version in docs
1 parent 894326d commit 875ec08

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dedicated to setting up benchmarking in those specific project types.
5757
```kotlin
5858
// build.gradle.kts
5959
plugins {
60-
id("org.jetbrains.kotlinx.benchmark") version "0.4.10"
60+
id("org.jetbrains.kotlinx.benchmark") version "0.4.11"
6161
}
6262
```
6363

@@ -80,7 +80,7 @@ dedicated to setting up benchmarking in those specific project types.
8080
sourceSets {
8181
commonMain {
8282
dependencies {
83-
implementation("org.jetbrains.kotlinx:kotlinx-benchmark-runtime:0.4.10")
83+
implementation("org.jetbrains.kotlinx:kotlinx-benchmark-runtime:0.4.11")
8484
}
8585
}
8686
}
@@ -105,7 +105,7 @@ dedicated to setting up benchmarking in those specific project types.
105105
```groovy
106106
// build.gradle
107107
plugins {
108-
id 'org.jetbrains.kotlinx.benchmark' version '0.4.10'
108+
id 'org.jetbrains.kotlinx.benchmark' version '0.4.11'
109109
}
110110
```
111111

@@ -128,7 +128,7 @@ dedicated to setting up benchmarking in those specific project types.
128128
sourceSets {
129129
commonMain {
130130
dependencies {
131-
implementation 'org.jetbrains.kotlinx:kotlinx-benchmark-runtime:0.4.10'
131+
implementation 'org.jetbrains.kotlinx:kotlinx-benchmark-runtime:0.4.11'
132132
}
133133
}
134134
}

docs/kotlin-jvm-project-setup.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To configure Kotlin/JVM and Java projects for benchmarking, follow these steps:
1414
```kotlin
1515
// build.gradle.kts
1616
plugins {
17-
id("org.jetbrains.kotlinx.benchmark") version "0.4.10"
17+
id("org.jetbrains.kotlinx.benchmark") version "0.4.11"
1818
}
1919
```
2020

@@ -25,7 +25,7 @@ To configure Kotlin/JVM and Java projects for benchmarking, follow these steps:
2525
```groovy
2626
// build.gradle
2727
plugins {
28-
id 'org.jetbrains.kotlinx.benchmark' version '0.4.10'
28+
id 'org.jetbrains.kotlinx.benchmark' version '0.4.11'
2929
}
3030
```
3131

@@ -66,7 +66,7 @@ To configure Kotlin/JVM and Java projects for benchmarking, follow these steps:
6666
```kotlin
6767
// build.gradle.kts
6868
dependencies {
69-
implementation("org.jetbrains.kotlinx:kotlinx-benchmark-runtime:0.4.10")
69+
implementation("org.jetbrains.kotlinx:kotlinx-benchmark-runtime:0.4.11")
7070
}
7171
```
7272

@@ -77,7 +77,7 @@ To configure Kotlin/JVM and Java projects for benchmarking, follow these steps:
7777
```groovy
7878
// build.gradle
7979
dependencies {
80-
implementation 'org.jetbrains.kotlinx:kotlinx-benchmark-runtime:0.4.10'
80+
implementation 'org.jetbrains.kotlinx:kotlinx-benchmark-runtime:0.4.11'
8181
}
8282
```
8383

0 commit comments

Comments
 (0)