Skip to content

Commit 433f2ad

Browse files
committed
bump version 1.8.0.1-26-SNAPSHOT, add test for Wishlist
1 parent 0af139f commit 433f2ad

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ plugins {
3535

3636
allprojects {
3737
group = "io.github.joshuatam"
38-
version = "1.8.0.1-25-SNAPSHOT"
38+
version = "1.8.0.1-26-SNAPSHOT"
3939
}
4040

4141
repositories {

src/test/java/in/dragonbra/javasteam/rpc/UnifiedInterfaceTest.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ class UnifiedInterfaceTest {
8282
"PublishedFileClient.kt",
8383
"CloudConfigStore.kt",
8484
"CloudConfigStoreClient.kt",
85+
"Wishlist.kt"
8586
)
8687
}
8788
}

0 commit comments

Comments
 (0)