Skip to content

Commit

Permalink
update version in cargo files and publish the new version
Browse files Browse the repository at this point in the history
  • Loading branch information
mateoradman committed Apr 28, 2023
1 parent 6a0b7b2 commit 19424da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[package]
authors = ["Mateo Radman <radmanmateo@gmail.com>"]
name = "swift_file"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
description = "Send or receive files between devices using Wi-Fi network"
license = "MIT"
documentation = "https://github.com/mateoradman/swift_file"
homepage = "https://github.com/mateoradman/swift_file"
repository = "https://github.com/mateoradman/swift_file"
keywords = ["cli", "file", "transfer"]
categories = ["command-line-utilities", "file-transfer"]
keywords = ["cli", "file", "transfer", "file-transfer", "axum", "api"]
categories = ["command-line-utilities", "web-programming"]

[[bin]]
bench = false
Expand Down

0 comments on commit 19424da

Please sign in to comment.