Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WisteFinch committed Aug 4, 2024
1 parent 2d144b7 commit 7cf05d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions call-for-stratagems/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId = "indie.wistefinch.callforstratagems"
minSdk = 26
targetSdk = 34
versionCode = 3
versionName = "0.2.1"
versionCode = 4
versionName = "0.3.0"
// Remove unnecessary language to reduce size.
resourceConfigurations += listOf("en", "zh", "ru", "fr", "es", "ar")

Expand Down
2 changes: 1 addition & 1 deletion server/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ i18n!("src/locales");

const CONF_PATH: &str = "./config.json";
const AUTH_PATH: &str = "./auth.json";
const VERSION: &str = "0.2.1";
const VERSION: &str = "0.3.0";
const AUTH_TIMEOUT: u64 = 259200;

pub async fn run() -> Result<()> {
Expand Down

0 comments on commit 7cf05d0

Please sign in to comment.