Skip to content

Commit

Permalink
bump version (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
warittornc authored Nov 29, 2024
1 parent 83dd29d commit 9695239
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 26 deletions.
26 changes: 13 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bothan-api/client/rust-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bothan-client"
version = "0.0.1-alpha.4"
version = "0.0.1-alpha.8"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion bothan-api/server-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bothan-api-cli"
version = "0.0.1-alpha.4"
version = "0.0.1-alpha.8"
rust-version = "1.81"
edition.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion bothan-api/server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bothan-api"
version = "0.0.1-alpha.4"
version = "0.0.1-alpha.8"
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion bothan-binance/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bothan-binance"
version = "0.0.1-alpha.4"
version = "0.0.1-alpha.8"
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion bothan-bybit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bothan-bybit"
version = "0.0.1-alpha.4"
version = "0.0.1-alpha.8"
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion bothan-coinbase/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bothan-coinbase"
version = "0.0.1-alpha.4"
version = "0.0.1-alpha.8"
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion bothan-coingecko/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bothan-coingecko"
version = "0.0.1-alpha.4"
version = "0.0.1-alpha.8"
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion bothan-coinmarketcap/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bothan-coinmarketcap"
version = "0.0.1-alpha.4"
version = "0.0.1-alpha.8"
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion bothan-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bothan-core"
version = "0.0.1-alpha.4"
version = "0.0.1-alpha.8"
description = "Core library for Bothan"
authors.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion bothan-cryptocompare/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bothan-cryptocompare"
version = "0.0.1-alpha.4"
version = "0.0.1-alpha.8"
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion bothan-htx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bothan-htx"
version = "0.0.1-alpha.4"
version = "0.0.1-alpha.8"
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion bothan-kraken/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bothan-kraken"
version = "0.0.1-alpha.4"
version = "0.0.1-alpha.8"
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion bothan-okx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bothan-okx"
version = "0.0.1-alpha.4"
version = "0.0.1-alpha.8"
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand Down

0 comments on commit 9695239

Please sign in to comment.