Skip to content

Commit ee1be00

Browse files
committed
[feat] Upgrade version 2.2.0
1 parent 34391ad commit ee1be00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group = "me.tanstan"
11-
version = "2.1.0"
11+
version = "2.2.0"
1212

1313
repositories {
1414
mavenCentral()

net/src/main/java/com/tans/tfiletransporter/transferproto/TransferProtoConstant.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package com.tans.tfiletransporter.transferproto
22

33
object TransferProtoConstant {
4-
const val VERSION: Int = 20230417
4+
const val VERSION: Int = 20230523
55

66
/**
77
* P2P Connect

0 commit comments

Comments
 (0)