Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
spieglt committed Jun 8, 2023
1 parent 61c1604 commit 4fee0c9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Flying Carpet/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion Flying Carpet/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "FlyingCarpet",
"version": "7.0.0"
"version": "7.1.0"
},
"tauri": {
"allowlist": {
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
3 changes: 1 addition & 2 deletions core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)?
Expand All @@ -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?

0 comments on commit 4fee0c9

Please sign in to comment.