ready for new release, 1.61803398
This commit is contained in:
parent
8572f1431e
commit
6167522aaa
4 changed files with 8 additions and 4 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1333,7 +1333,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "jocalsend"
|
||||
version = "1.6.180339"
|
||||
version = "1.6.1803398"
|
||||
dependencies = [
|
||||
"axum",
|
||||
"axum-server",
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
[package]
|
||||
name = "jocalsend"
|
||||
# 1.61803398874989484
|
||||
#---------^
|
||||
version = "1.6.180339"
|
||||
#----------^
|
||||
version = "1.6.1803398"
|
||||
edition = "2024"
|
||||
rust-version = "1.89"
|
||||
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
|
||||
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
|
||||
|
||||
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