Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Commit

Permalink
[#]Version 1.0.0201 -> 1.0.0.0203
Browse files Browse the repository at this point in the history
  • Loading branch information
NekoCurit committed Feb 3, 2024
1 parent bb9329d commit 99274b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ build{
}

jar {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
manifest {
attributes(
'Main-Class': 'catx.feitu.coze_discord_bridge.Main'
Expand All @@ -29,7 +29,7 @@ tasks.withType(JavaCompile).configureEach {
}

group = 'catx.feitu'
version = '1.0.0201'
version = '1.0.0203'

repositories {
jcenter()
Expand Down

0 comments on commit 99274b5

Please sign in to comment.