Skip to content

Commit c9f76b6

Browse files
committed
v0.3.6
1 parent 24c8f03 commit c9f76b6

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
applicationId = "com.matanh.transfer"
1414
minSdk = 29
1515
targetSdk = 35
16-
versionCode = 305
17-
versionName = "0.3.5"
16+
versionCode = 306
17+
versionName = "0.3.6"
1818

1919
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2020
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
New features:
2+
* web: added a clipboard paste button
3+
4+
Bug fixes:
5+
* web: another attempt Style fix on the website for long filenames in small screens (#19)
6+
* app: server state now correctly update after app refocus

0 commit comments

Comments
 (0)