diff options
author | Nick Gerace <nickagerace@gmail.com> | 2020-08-24 02:15:38 -0400 |
---|---|---|
committer | Nick Gerace <39320683+nickgerace@users.noreply.github.com> | 2020-08-24 02:21:52 -0400 |
commit | e310a4544f18b0b77039b67ab7c726ea18192d52 (patch) | |
tree | 6e1b686bb05233d8e216126cec3a29c66883d302 /Cargo.toml | |
parent | ec960d679c41e9e7c7b77c093491a8223caa33a3 (diff) | |
download | gfold-e310a4544f18b0b77039b67ab7c726ea18192d52.zip |
Update to version 0.2.2
This version focuses on fixing GitHub issues 11 and 12.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package]
name = "gfold"
-version = "0.2.1"
+version = "0.2.2"
authors = ["Nick Gerace <nickagerace@gmail.com>"]
edition = "2018"
|