Skip to content

Commit 83a1ff7

Browse files
committed
chore(version): bump to 3.0.2 snapshot
1 parent e324b88 commit 83a1ff7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ plugins {
99
}
1010

1111
allprojects {
12-
val versionCode by extra { 3_000_001 }
13-
val versionName by extra { "3.0.1" }
12+
val versionCode by extra { 3_000_002 }
13+
val versionName by extra { "3.0.2" }
1414

1515
group = "io.github.thibaultbee.streampack"
16-
version = versionName
16+
version = "$versionName-SNAPSHOT"
1717
}
1818

1919
subprojects {

0 commit comments

Comments
 (0)