diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-28 20:20:39 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-28 20:20:39 -0800 |
commit | c3f90b450ee4449d6b6f44bc690e0cdbca3ba428 (patch) | |
tree | 08bf55ca3ecd1f654476873a7b915d33ddfa7c97 /rust/fatcat-api-spec/Cargo.toml | |
parent | bd613a2d432fe487ed91f490e8058732749b5a8e (diff) | |
download | fatcat-c3f90b450ee4449d6b6f44bc690e0cdbca3ba428.tar.gz fatcat-c3f90b450ee4449d6b6f44bc690e0cdbca3ba428.zip |
bump versions (0.1.0 to 0.2.0)
Diffstat (limited to 'rust/fatcat-api-spec/Cargo.toml')
-rw-r--r-- | rust/fatcat-api-spec/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/fatcat-api-spec/Cargo.toml b/rust/fatcat-api-spec/Cargo.toml index 4e70af06..a0388d95 100644 --- a/rust/fatcat-api-spec/Cargo.toml +++ b/rust/fatcat-api-spec/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fatcat-api-spec" -version = "0.1.0" +version = "0.2.0" authors = ["Bryan Newbold <bnewbold@archive.org>"] description = "HTTP API models, endpoints, and other auto-generated types" license = "CC-0" |