Skip to content

Commit 6fbf53a

Browse files
committed
Release version 0.1.0
1 parent 41173f1 commit 6fbf53a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To see a fully-working real application, visit the [Cutcon][Cutcon] project.
3333
```kotlin
3434
plugins {
3535
// ...
36-
id("ir.mahozad.vlc-setup") version "0.0.1"
36+
id("ir.mahozad.vlc-setup") version "0.1.0"
3737
}
3838
```
3939
2. Next, you should [add files to the packaged CMP application][Add files to packaged app].

build.gradle.kts

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

66
group = "ir.mahozad"
7-
version = "0.0.1"
7+
version = "0.1.0"
88

99
dependencies {
1010
implementation(libs.download.gradlePlugin)

0 commit comments

Comments
 (0)