Skip to content

Commit

Permalink
升级
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaodice committed Jul 20, 2024
1 parent 9256ab3 commit b3af75a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
/.gradle/
/build/
/build/classes/kotlin/main/
/.idea
/.idea
/txlib
/out
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
}

group = "moe.fuqiuluo"
version = "1.1.9"
version = "1.2.2"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/project/BuildConfig.java
Original file line number Diff line number Diff line change
@@ -1 +1 @@
public class BuildConfig { public static String version = "1.1.9";}
public class BuildConfig { public static String version = "1.2.2";}
2 changes: 1 addition & 1 deletion src/main/kotlin/moe/fuqiuluo/api/main.kt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
package moe.fuqiuluo.api

import BuildConfig
import CONFIG
import io.ktor.server.application.*
import io.ktor.server.response.*
import io.ktor.server.routing.*
import kotlinx.serialization.Contextual
import kotlinx.serialization.Serializable
import moe.fuqiuluo.comm.Protocol
import BuildConfig

@Serializable
data class APIResult<T>(
Expand Down

0 comments on commit b3af75a

Please sign in to comment.