Skip to content

Commit

Permalink
chore: Bump from v1.0.0-alpha.1 to 1.0.0-alpha.2 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aursen authored Apr 25, 2024
1 parent aaaec9f commit 5b04fe7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
28 changes: 14 additions & 14 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.1"
version = "1.0.0-alpha.2"
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.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" }
sablier-thread-program = { path = "./programs/thread", version = "=1.0.0-alpha.2" }
sablier-cron = { path = "./cron", version = "=1.0.0-alpha.2" }
sablier-network-program = { path = "./programs/network", version = "=1.0.0-alpha.2" }
sablier-relayer-api = { path = "./relayer/api", version = "=1.0.0-alpha.2" }
sablier-plugin-utils = { path = "./plugin/utils", version = "=1.0.0-alpha.2" }
sablier-utils = { path = "./utils", version = "=1.0.0-alpha.2" }
sablier-webhook-program = { path = "./programs/webhook", version = "=1.0.0-alpha.2" }
anyhow = "1.0.61"
bincode = "1.3.3"
bzip2 = "0.4"
Expand Down

0 comments on commit 5b04fe7

Please sign in to comment.