Skip to content

Commit f4a3c2a

Browse files
committed
release v1.0.6
1 parent 9c07cda commit f4a3c2a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

app/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ android {
1414
defaultConfig {
1515
applicationId = "com.castle.sefirah"
1616

17-
versionCode = 6
18-
versionName = "1.0.5"
17+
versionCode = 7
18+
versionName = "1.0.6"
1919
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2020
}
2121

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
fix network discovery (udp client was broken in the last update)
2+
add support for devices outside of local network

0 commit comments

Comments
 (0)