Skip to content

Commit

Permalink
修正URL
Browse files Browse the repository at this point in the history
  • Loading branch information
huanli233 committed Jul 19, 2024
1 parent 7be74c6 commit 2cc1e4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.huanli233</groupId>
<artifactId>xtcinfomanager</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.2.0</version>
<build>
<sourceDirectory>src/main/kotlin</sourceDirectory>
<testSourceDirectory>src/test/kotlin</testSourceDirectory>
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/com/huanli233/xtcinfomanager/main/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ object Main {
@JvmStatic
fun main(args: Array<String>) {
println("XTCInfoManager V1.2.0")
println("https://github.com/huanli233/XTCDecrypter")
println("https://github.com/huanli233/XTCInfoManager")

// Init File
val soFile = File("libxtcSecurity.so")
Expand Down

0 comments on commit 2cc1e4c

Please sign in to comment.