Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
0xghostchain committed Mar 23, 2022
1 parent 7df6581 commit 19a7df1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cashio/cashio",
"version": "0.2.0",
"version": "0.2.1",
"description": "cashio is a decentralized stablecoin made for the people, by the people.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion programs/bankman/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bankman"
version = "0.2.0"
version = "0.2.1"
description = "Allowlist for $CASH collateral tokens."
edition = "2021"
homepage = "https://cashio.app"
Expand Down
2 changes: 1 addition & 1 deletion programs/brrr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "brrr"
version = "0.2.0"
version = "0.2.1"
description = "Handles the printing and burning of $CASH, using Saber LP Arrows as collateral."
edition = "2021"
homepage = "https://cashio.app"
Expand Down
2 changes: 1 addition & 1 deletion programs/brrr/converter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "converter"
version = "0.2.0"
version = "0.2.1"
description = "Math helpers for converting $CASH to/from Saber LP tokens."
edition = "2021"
homepage = "https://cashio.app"
Expand Down

0 comments on commit 19a7df1

Please sign in to comment.