diff --git a/Cargo.lock b/Cargo.lock index fd89be7..ad76f19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -427,7 +427,7 @@ dependencies = [ [[package]] name = "hdk_crud" -version = "0.0.103" +version = "0.1.0" dependencies = [ "fixt", "hdk", diff --git a/Cargo.toml b/Cargo.toml index 6c90c28..44c4976 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hdk_crud" description = "A library to help quickly and easily create a consistent set of create-read-update-delete functions for an Entry type in Holochain, complete with signaling options" -version = "0.0.103" +version = "0.1.0" license = "CAL-1.0" repository = "https://github.com/lightningrodlabs/hdk_crud" authors = ["Connor Turland "]