Skip to content

Commit

Permalink
chore: Bump from v1.0.0-alpha.0 to 1.0.0-alpha.1 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aursen authored Feb 23, 2024
1 parent b535ddc commit af6d29c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

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

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ incremental = false
codegen-units = 1

[workspace.package]
version = "1.0.0-alpha.0"
version = "1.0.0-alpha.1"
edition = "2021"
license = "AGPL-3.0-or-later"
homepage = "https://sablier.dev"
Expand All @@ -28,13 +28,13 @@ base64 = "~0.21"
serde = "1.0"
static-pubkey = "1.0.3"
chrono = { version = "0.4.19", default-features = false }
sablier-thread-program = { path = "./programs/thread", version = "=1.0.0-alpha.0" }
sablier-cron = { path = "./cron", version = "=1.0.0-alpha.0" }
sablier-network-program = { path = "./programs/network", version = "=1.0.0-alpha.0" }
sablier-relayer-api = { path = "./relayer/api", version = "=1.0.0-alpha.0" }
sablier-plugin-utils = { path = "./plugin/utils", version = "=1.0.0-alpha.0" }
sablier-utils = { path = "./utils", version = "=1.0.0-alpha.0" }
sablier-webhook-program = { path = "./programs/webhook", version = "=1.0.0-alpha.0" }
sablier-thread-program = { path = "./programs/thread", version = "=1.0.0-alpha.1" }
sablier-cron = { path = "./cron", version = "=1.0.0-alpha.1" }
sablier-network-program = { path = "./programs/network", version = "=1.0.0-alpha.1" }
sablier-relayer-api = { path = "./relayer/api", version = "=1.0.0-alpha.1" }
sablier-plugin-utils = { path = "./plugin/utils", version = "=1.0.0-alpha.1" }
sablier-utils = { path = "./utils", version = "=1.0.0-alpha.1" }
sablier-webhook-program = { path = "./programs/webhook", version = "=1.0.0-alpha.1" }
anyhow = "1.0.61"
bincode = "1.3.3"
bzip2 = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-alpha.0
1.0.0-alpha.1

0 comments on commit af6d29c

Please sign in to comment.