Skip to content

Commit ea24a37

Browse files
committed
Bump version
1 parent 835a44b commit ea24a37

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Gradle Plugin Portal](https://img.shields.io/gradle-plugin-portal/v/xyz.mishkun.lobzik?style=flat-square&versionPrefix=0.5.0)
1+
![Gradle Plugin Portal](https://img.shields.io/gradle-plugin-portal/v/xyz.mishkun.lobzik?style=flat-square&versionPrefix=0.6.0)
22

33
# Lobzik: Continuous Modularisation Toolkit
44

@@ -18,7 +18,7 @@ To use Lobzik, add the following to your root `build.gradle.kts`:
1818

1919
```kotlin
2020
plugins {
21-
id("xyz.mishkun.lobzik") version "0.5.0"
21+
id("xyz.mishkun.lobzik") version "0.6.0"
2222
}
2323
```
2424

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "xyz.mishkun.lobzik"
10-
version = "0.6.0-SNAPSHOT"
10+
version = "0.6.0"
1111

1212
repositories {
1313
mavenCentral()

0 commit comments

Comments
 (0)