Skip to content

Commit f3e7e97

Browse files
committed
update library version in setup
1 parent b3fb306 commit f3e7e97

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ You could find the following articles there:
3838
## Setup
3939

4040
```kotlin
41-
implementation("org.jetbrains.kotlinx:dataframe:0.12.0")
41+
implementation("org.jetbrains.kotlinx:dataframe:0.12.1")
4242
```
4343

4444
Optional Gradle plugin for enhanced type safety and schema generation
4545
https://kotlin.github.io/dataframe/schemasgradle.html
4646
```kotlin
47-
id("org.jetbrains.kotlinx.dataframe") version "0.12.0"
47+
id("org.jetbrains.kotlinx.dataframe") version "0.12.1"
4848
```
4949

5050
Check out the [custom setup page](https://kotlin.github.io/dataframe/gettingstartedgradleadvanced.html) if you don't need some of the formats as dependencies,
@@ -69,7 +69,7 @@ df.filter { "stargazers_count"<Int>() > 50 }.print()
6969

7070
Requires Gradle plugin to work
7171
```kotlin
72-
id("org.jetbrains.kotlinx.dataframe") version "0.12.0"
72+
id("org.jetbrains.kotlinx.dataframe") version "0.12.1"
7373
```
7474

7575
Plugin generates extension properties API for provided sample of data. Column names and their types become discoverable in completion.

docs/StardustDocs/v.list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE vars SYSTEM "https://resources.jetbrains.com/writerside/1.0/vars.dtd">
33
<vars>
4-
<var name="dataFrameVersion" value="0.12.0" type="string"/>
4+
<var name="dataFrameVersion" value="0.12.1" type="string"/>
55
</vars>

0 commit comments

Comments
 (0)