diff --git a/Cargo.toml b/Cargo.toml index 06eecfc..0be5119 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tribufu" -version = "0.0.4" +version = "0.1.0" description = "Tribufu SDK" repository = "https://github.com/Tribufu/TribufuRust" authors = ["Tribufu "] diff --git a/src/actix/Cargo.toml b/src/actix/Cargo.toml index 9b7a3db..8234dc2 100644 --- a/src/actix/Cargo.toml +++ b/src/actix/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tribufu-actix" -version = "0.0.4" +version = "0.1.0" description = "Tribufu Actix Extension" repository = "https://github.com/Tribufu/TribufuRust" authors = ["Tribufu "] diff --git a/src/api/Cargo.toml b/src/api/Cargo.toml index db97e68..f872075 100644 --- a/src/api/Cargo.toml +++ b/src/api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tribufu-api" -version = "0.0.4" +version = "0.1.0" description = "Tribufu API" repository = "https://github.com/Tribufu/TribufuRust" authors = ["Tribufu "] diff --git a/src/constants/Cargo.toml b/src/constants/Cargo.toml index 1eefc86..5f8f287 100644 --- a/src/constants/Cargo.toml +++ b/src/constants/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tribufu-constants" -version = "0.0.4" +version = "0.1.0" description = "Tribufu Constants" repository = "https://github.com/Tribufu/TribufuRust" authors = ["Tribufu "] diff --git a/src/types/Cargo.toml b/src/types/Cargo.toml index 1933c92..b6c9adf 100644 --- a/src/types/Cargo.toml +++ b/src/types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tribufu-types" -version = "0.0.4" +version = "0.1.0" description = "Tribufu Types" repository = "https://github.com/Tribufu/TribufuRust" authors = ["Tribufu "]