diff --git a/Cargo.lock b/Cargo.lock index 6a2d938..ef53dcb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -934,7 +934,7 @@ dependencies = [ [[package]] name = "flying-carpet" -version = "7.0.0" +version = "7.1.0" dependencies = [ "flying-carpet-core", "serde", diff --git a/Flying Carpet/src-tauri/Cargo.toml b/Flying Carpet/src-tauri/Cargo.toml index e4ac8cd..6cf96a0 100644 --- a/Flying Carpet/src-tauri/Cargo.toml +++ b/Flying Carpet/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flying-carpet" -version = "7.0.0" +version = "7.1.0" description = "Encrypted file transfer over ad hoc WiFi between Android, iOS, Linux, macOS, and Windows" authors = ["Theron Spiegl"] license = "BSD-3-clause" diff --git a/Flying Carpet/src-tauri/tauri.conf.json b/Flying Carpet/src-tauri/tauri.conf.json index 70a0869..032e44b 100644 --- a/Flying Carpet/src-tauri/tauri.conf.json +++ b/Flying Carpet/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "FlyingCarpet", - "version": "7.0.0" + "version": "7.1.0" }, "tauri": { "allowlist": { diff --git a/README.md b/README.md index efd04b1..046fde3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## Version 7.0 supports Android and iOS! +## Version 7 supports Android and iOS! Android version is available [here](https://play.google.com/store/apps/details?id=dev.spiegl.flyingcarpet), or if you prefer to sideload, `android_FlyingCarpet.apk` is available on the [releases](https://github.com/spieglt/FlyingCarpet/releases) page. diff --git a/core/src/lib.rs b/core/src/lib.rs index 2ebcfeb..88bda13 100644 --- a/core/src/lib.rs +++ b/core/src/lib.rs @@ -389,7 +389,7 @@ async fn confirm_version( // TODO: // fix tests -// add license and modify cargo.toml +// add license to file and cargo.toml // code signing for windows? // fix bug where multiple start/cancel clicks stack while waiting for transfer to cancel, at least on linux // wifi networks not being deleted on linux (when hosting)? @@ -408,4 +408,3 @@ async fn confirm_version( // remove file selection box and replace start button with Choose Files/Choose Folder? gets in the way of drag and drop... so no? // optional password length? // move password length constant into rust, fetch in javascript -// replace logo with svg?