Skip to content

Commit 8ada86c

Browse files
committed
Prepare version 0.1.0-alpha03
1 parent 66371b6 commit 8ada86c

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
@@ -17,9 +17,9 @@ With the Compose plugin present, Storyboard can be used just like any other libr
1717

1818
```kotlin
1919
dependencies {
20-
implementation("dev.bnorm.storyboard:storyboard:0.1.0-alpha02")
21-
implementation("dev.bnorm.storyboard:storyboard-easel:0.1.0-alpha02")
22-
implementation("dev.bnorm.storyboard:storyboard-text:0.1.0-alpha02")
20+
implementation("dev.bnorm.storyboard:storyboard:0.1.0-alpha03")
21+
implementation("dev.bnorm.storyboard:storyboard-easel:0.1.0-alpha03")
22+
implementation("dev.bnorm.storyboard:storyboard-text:0.1.0-alpha03")
2323
}
2424
```
2525

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies {
2929

3030
allprojects {
3131
group = "dev.bnorm.storyboard"
32-
version = "0.1.0-SNAPSHOT"
32+
version = "0.1.0-alpha03"
3333

3434
val javaVersion = JavaVersion.VERSION_11
3535

0 commit comments

Comments
 (0)