Skip to content

Commit 31a019c

Browse files
committed
Bump version
1 parent cffae02 commit 31a019c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ Install [Kotlin Notebook Plugin](https://www.jetbrains.com/help/idea/kotlin-note
2626
Just type this inside of the Kotlin Notebook:
2727

2828
```kotlin
29-
@file:DependsOn("com.toldoven.aoc:aoc-kotlin-notebook:1.1.1")
29+
@file:DependsOn("com.toldoven.aoc:aoc-kotlin-notebook:1.1.2")
3030
```
3131

3232
Or with Gradle inside of `build.gradle.kts` if you don't want to add it manually every time you create a new notebook:
3333

3434
```kotlin
3535
dependencies {
36-
implementation("com.toldoven.aoc:aoc-kotlin-notebook:1.1.1")
36+
implementation("com.toldoven.aoc:aoc-kotlin-notebook:1.1.2")
3737
}
3838
```
3939

descriptor/adventOfCode.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"description": "Interactive Advent of Code framework for Kotlin Notebook",
33
"properties": [
4-
{ "name": "v", "value": "1.1.1" },
4+
{ "name": "v", "value": "1.1.2" },
55
{ "name": "v-renovate-hint", "value": "update: package=com.toldoven.aoc:aoc-kotlin-notebook" }
66
],
77
"link": "https://github.com/Toldoven/aoc-kotlin-notebook",

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
kotlin.code.style=official
22

33
group=com.toldoven.aoc
4-
version=1.1.1
4+
version=1.1.2
55
artifactId=aoc-kotlin-notebook

0 commit comments

Comments
 (0)