Skip to content

Commit

Permalink
Bump from v1.1.0 to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Aursen committed Oct 9, 2024
1 parent a78e280 commit 6e048c9
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

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

14 changes: 7 additions & 7 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.1.0"
version = "1.2.0"
edition = "2021"
license = "AGPL-3.0-or-later"
homepage = "https://sablier.dev"
Expand Down Expand Up @@ -44,12 +44,12 @@ rayon = "1.10.0"
regex = "1.10.6"
reqwest = "0.11"
rustc_version = "0.4"
sablier-cron = { path = "./cron", version = "=1.1.0" }
sablier-network-program = { path = "./programs/network", version = "=1.1.0" }
sablier-plugin-utils = { path = "./plugin/utils", version = "=1.1.0" }
sablier-macros = { path = "./utils/macros", version = "=1.1.0" }
sablier-thread-program = { path = "./programs/thread", version = "=1.1.0" }
sablier-utils = { path = "./utils", version = "=1.1.0" }
sablier-cron = { path = "./cron", version = "=1.2.0" }
sablier-network-program = { path = "./programs/network", version = "=1.2.0" }
sablier-plugin-utils = { path = "./plugin/utils", version = "=1.2.0" }
sablier-macros = { path = "./utils/macros", version = "=1.2.0" }
sablier-thread-program = { path = "./programs/thread", version = "=1.2.0" }
sablier-utils = { path = "./utils", version = "=1.2.0" }
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.2
1.1.0
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
1.2.0

0 comments on commit 6e048c9

Please sign in to comment.