ready for new release, 1.61803398
This commit is contained in:
parent
8572f1431e
commit
c9651c7b4c
4 changed files with 8 additions and 4 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1333,7 +1333,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "jocalsend"
|
name = "jocalsend"
|
||||||
version = "1.6.180339"
|
version = "1.6.1803398"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"axum",
|
"axum",
|
||||||
"axum-server",
|
"axum-server",
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
[package]
|
[package]
|
||||||
name = "jocalsend"
|
name = "jocalsend"
|
||||||
# 1.61803398874989484
|
# 1.61803398874989484
|
||||||
#---------^
|
#----------^
|
||||||
version = "1.6.180339"
|
version = "1.6.1803398"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
rust-version = "1.89"
|
rust-version = "1.89"
|
||||||
authors = ["Joe Ardent <code@ardent.nebcorp.com>"]
|
authors = ["Joe Ardent <code@ardent.nebcorp.com>"]
|
||||||
|
|
|
@ -13,6 +13,10 @@ Install with `cargo install jocalsend` (requires [Rust](https://rustup.rs/)); te
|
||||||
will probably work on Macs but if you're on a Mac, you probably have AirDrop. It's also available in
|
will probably work on Macs but if you're on a Mac, you probably have AirDrop. It's also available in
|
||||||
nixpkgs, and so if you're a NixOS user, `nix-shell -p jocalsend` will do what you expect.
|
nixpkgs, and so if you're a NixOS user, `nix-shell -p jocalsend` will do what you expect.
|
||||||
|
|
||||||
|
BLOG POSTS!
|
||||||
|
- [Announcement post](https://proclamations.nebcorp-hias.com/sundries/jocalsend/)
|
||||||
|
- [Design and development](https://proclamations.nebcorp-hias.com/rnd/jocalsend-development/)
|
||||||
|
|
||||||
## Capabilities and screenshots
|
## Capabilities and screenshots
|
||||||
|
|
||||||
As with the official app, JocalSend can be used to send and receive files and text from other
|
As with the official app, JocalSend can be used to send and receive files and text from other
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
1.6180339
|
1.61803398
|
||||||
|
|
Loading…
Reference in a new issue