Skip to content

Commit

Permalink
[feat] Upgrade version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tans.tan committed May 23, 2023
1 parent 34391ad commit ee1be00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "me.tanstan"
version = "2.1.0"
version = "2.2.0"

repositories {
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.tans.tfiletransporter.transferproto

object TransferProtoConstant {
const val VERSION: Int = 20230417
const val VERSION: Int = 20230523

/**
* P2P Connect
Expand Down

0 comments on commit ee1be00

Please sign in to comment.