Skip to content

Commit 4fee0c9

Browse files
committed
version
1 parent 61c1604 commit 4fee0c9

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Flying Carpet/src-tauri/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "flying-carpet"
3-
version = "7.0.0"
3+
version = "7.1.0"
44
description = "Encrypted file transfer over ad hoc WiFi between Android, iOS, Linux, macOS, and Windows"
55
authors = ["Theron Spiegl"]
66
license = "BSD-3-clause"

Flying Carpet/src-tauri/tauri.conf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"package": {
1010
"productName": "FlyingCarpet",
11-
"version": "7.0.0"
11+
"version": "7.1.0"
1212
},
1313
"tauri": {
1414
"allowlist": {

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Version 7.0 supports Android and iOS!
1+
## Version 7 supports Android and iOS!
22

33
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.
44

core/src/lib.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ async fn confirm_version(
389389

390390
// TODO:
391391
// fix tests
392-
// add license and modify cargo.toml
392+
// add license to file and cargo.toml
393393
// code signing for windows?
394394
// fix bug where multiple start/cancel clicks stack while waiting for transfer to cancel, at least on linux
395395
// wifi networks not being deleted on linux (when hosting)?
@@ -408,4 +408,3 @@ async fn confirm_version(
408408
// remove file selection box and replace start button with Choose Files/Choose Folder? gets in the way of drag and drop... so no?
409409
// optional password length?
410410
// move password length constant into rust, fetch in javascript
411-
// replace logo with svg?

0 commit comments

Comments
 (0)