Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WisteFinch committed Jul 12, 2024
1 parent 4284703 commit d759219
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ Cargo.lock
.cxx
local.properties

test-client/
server/config.json
release
call-for-stratagems/app
2 changes: 1 addition & 1 deletion call-for-stratagems/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {
minSdk = 26
targetSdk = 34
versionCode = 1
versionName = "1.0.0"
versionName = "0.1.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
1 change: 1 addition & 0 deletions server/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ use server::*;

#[tokio::main]
async fn main() {
println!("=== Call for stratagem server ===");
run().await.unwrap()
}

0 comments on commit d759219

Please sign in to comment.