From ddca33b5ee9dd2a3581c435412f714288e4d0b22 Mon Sep 17 00:00:00 2001 From: Guilherme Werner Date: Sun, 31 Dec 2023 15:29:57 -0300 Subject: [PATCH] Bump versions to 0.1.0 --- Cargo.toml | 2 +- src/actix/Cargo.toml | 2 +- src/api/Cargo.toml | 2 +- src/constants/Cargo.toml | 2 +- src/types/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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 "]