M Cargo.lock => Cargo.lock +1 -1
@@ 14,7 14,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "file-mode"
-version = "0.1.2-alpha.0"
+version = "0.1.2"
dependencies = [
"assert_matches",
"libc",
M Cargo.toml => Cargo.toml +1 -1
@@ 1,6 1,6 @@
[package]
name = "file-mode"
-version = "0.1.2-alpha.0"
+version = "0.1.2"
authors = ["Jakub Pastuszek <jpastuszek@protonmail.com>"]
description = "Decode Unix file mode bits, change them and apply them to files"
repository = "https://git.sr.ht/~jpastuszek/file-mode"