Skip to content

Commit

Permalink
Release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhly committed Feb 26, 2022
1 parent db697fc commit 51c0fab
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 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 fuzz/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stable-swap-fuzz"
version = "1.6.9"
version = "1.7.0"
authors = ["michaelhly <michaelhly@gmail.com>"]
edition = "2021"
description = "Fuzz tests for the Saber StableSwap program."
Expand Down
2 changes: 1 addition & 1 deletion stable-swap-anchor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stable-swap-anchor"
version = "1.6.8"
version = "1.7.0"
description = "Anchor bindings for the StableSwap Rust client."
license = "Apache-2.0"
authors = ["michaelhly <michaelhly@gmail.com>"]
Expand Down
2 changes: 1 addition & 1 deletion stable-swap-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stable-swap-client"
version = "1.6.9"
version = "1.7.0"
description = "StableSwap Rust client."
license = "Apache-2.0"
authors = ["michaelhly <michaelhly@gmail.com>"]
Expand Down
2 changes: 1 addition & 1 deletion stable-swap-math/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stable-swap-math"
version = "1.6.9"
version = "1.7.0"
description = "Calculations for the StableSwap invariant"
license = "Apache-2.0"
authors = ["michaelhly <michaelhly@gmail.com>"]
Expand Down
2 changes: 1 addition & 1 deletion stable-swap-program/program/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stable-swap"
version = "1.6.9"
version = "1.7.0"
authors = ["michaelhly <michaelhly@gmail.com>"]
edition = "2021"
description = "Saber StableSwap program."
Expand Down

0 comments on commit 51c0fab

Please sign in to comment.