Skip to content

Commit

Permalink
Release v0.6.0 (#19)
Browse files Browse the repository at this point in the history
* release v0.6.0

* docs: upgrade jupyter-js version

---------

Co-authored-by: yidafu <me@yidefu.dev>
  • Loading branch information
yidafu and yidafu committed Jan 24, 2024
1 parent 7901aba commit e870077
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ Jupyter Kotlin Kernel support `%js`/`%ts`/`%jsx`/`%tsx` line magics.
```kt
USE {
repositories {
mavenCentral()
mavenCentral()

maven("https://s01.oss.sonatype.org/content/groups/public/")
}

dependencies {
implementation("dev.yidafu.jupyter:jupyter-js:0.5.0")
implementation("dev.yidafu.jupyter:jupyter-js:0.6.0")
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion jupyter-js/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ kotlinJupyter {
}

group = "dev.yidafu.jupyter"
version = "0.5.0"
version = "0.6.0"

dependencies {
implementation("org.jetbrains.dokka:kotlin-analysis-compiler:1.8.20")
Expand Down

0 comments on commit e870077

Please sign in to comment.