Skip to content

Commit

Permalink
Bump from v1.0.1 to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Aursen committed Sep 3, 2024
1 parent 89fd035 commit 64601ca
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

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

18 changes: 9 additions & 9 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.1"
version = "1.0.2"
edition = "2021"
license = "AGPL-3.0-or-later"
homepage = "https://sablier.dev"
Expand Down Expand Up @@ -46,14 +46,14 @@ rayon = "1.10.0"
regex = "1.10.6"
reqwest = "0.11"
rustc_version = "0.4"
sablier-cron = { path = "./cron", version = "=1.0.1" }
sablier-network-program = { path = "./programs/network", version = "=1.0.1" }
sablier-plugin-utils = { path = "./plugin/utils", version = "=1.0.1" }
sablier-macros = { path = "./utils/macros", version = "=1.0.1" }
sablier-relayer-api = { path = "./relayer/api", version = "=1.0.1" }
sablier-thread-program = { path = "./programs/thread", version = "=1.0.1" }
sablier-utils = { path = "./utils", version = "=1.0.1" }
sablier-webhook-program = { path = "./programs/webhook", version = "=1.0.1" }
sablier-cron = { path = "./cron", version = "=1.0.2" }
sablier-network-program = { path = "./programs/network", version = "=1.0.2" }
sablier-plugin-utils = { path = "./plugin/utils", version = "=1.0.2" }
sablier-macros = { path = "./utils/macros", version = "=1.0.2" }
sablier-relayer-api = { path = "./relayer/api", version = "=1.0.2" }
sablier-thread-program = { path = "./programs/thread", version = "=1.0.2" }
sablier-utils = { path = "./utils", version = "=1.0.2" }
sablier-webhook-program = { path = "./programs/webhook", version = "=1.0.2" }
serde = "1.0"
serde_json = "1.0"
solana-account-decoder = "=1.18.22"
Expand Down
2 changes: 1 addition & 1 deletion OLD_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.1
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1
1.0.2

0 comments on commit 64601ca

Please sign in to comment.