Skip to content

Commit

Permalink
update kaliningraph version
Browse files Browse the repository at this point in the history
  • Loading branch information
breandan committed Apr 24, 2021
1 parent 1791dce commit 680ef0a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repositories {
}

dependencies {
implementation("com.github.breandan:kaliningraph:0.1.5")
implementation("com.github.breandan:kaliningraph:0.1.6")
}
```

Expand All @@ -38,7 +38,7 @@ dependencies {
<dependency>
<groupId>com.github.breandan</groupId>
<artifactId>kaliningraph</artifactId>
<version>0.1.5</version>
<version>0.1.6</version>
</dependency>
</project>
```
Expand All @@ -49,7 +49,7 @@ To access notebook support, use the following line magic:

```
@file:Repository("https://jitpack.io")
@file:DependsOn("com.github.breandan:kaliningraph:0.1.5")
@file:DependsOn("com.github.breandan:kaliningraph:0.1.6")
```

For more information, explore our tutorials:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group = "com.github.breandan"
version = "0.1.5"
version = "0.1.6"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion notebooks/Hello Kaliningraph.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"outputs": [],
"source": [
"@file:Repository(\"https://jitpack.io\")\n",
"@file:DependsOn(\"com.github.breandan:kaliningraph:0.1.5\")"
"@file:DependsOn(\"com.github.breandan:kaliningraph:0.1.6\")"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion notebooks/Program Graphs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"outputs": [],
"source": [
"@file:Repository(\"https://jitpack.io\")\n",
"@file:DependsOn(\"com.github.breandan:kaliningraph:0.1.5\")"
"@file:DependsOn(\"com.github.breandan:kaliningraph:0.1.6\")"
]
},
{
Expand Down

0 comments on commit 680ef0a

Please sign in to comment.