Skip to content

Commit

Permalink
v1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao committed Apr 17, 2022
1 parent d4bb5c8 commit 6c0384c
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 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.8.0"
version = "1.8.1"
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.8.0"
version = "1.8.1"
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.8.0"
version = "1.8.1"
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.8.0"
version = "1.8.1"
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-math/sim/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stable-swap-sim"
version = "0.1.3"
version = "0.1.4"
authors = ["michaelhly <michaelhly@gmail.com>"]
description = "Simulations of the StableSwap invariant compared to Curve's reference implementation."
license = "Apache-2.0"
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.8.0"
version = "1.8.1"
authors = ["michaelhly <michaelhly@gmail.com>"]
edition = "2021"
description = "Saber StableSwap program."
Expand Down

0 comments on commit 6c0384c

Please sign in to comment.