Skip to content

Commit

Permalink
Update contract versions as 0.14.2 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
MightOfOaks committed Nov 8, 2022
1 parent dc78cf2 commit 1db4b73
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 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.

10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ contract you have written that you would like to share with the community.

| Contracts | Download | Docs |
| ----------------------- |-------------------------------------------------------------------------------------------------------------| -------------------------------------------------------------------------|
| cw20-atomic-swap | [Release v0.14.1](https://github.com/CosmWasm/cw-tokens/releases/download/v0.14.1/cw20_atomic_swap.wasm) | [![Docs](https://docs.rs/cw20-atomic-swap/badge.svg)](https://docs.rs/cw20-atomic-swap) |
| cw20-bonding | [Release v0.14.1](https://github.com/CosmWasm/cw-tokens/releases/download/v0.14.1/cw20_bonding.wasm) | [![Docs](https://docs.rs/cw20-bonding/badge.svg)](https://docs.rs/cw20-bonding) |
| cw20-escrow | [Release v0.14.1](https://github.com/CosmWasm/cw-tokens/releases/download/v0.14.1/cw20_escrow.wasm) | [![Docs](https://docs.rs/cw20-escrow/badge.svg)](https://docs.rs/cw20-escrow) |
| cw20-staking | [Release v0.14.1](https://github.com/CosmWasm/cw-tokens/releases/download/v0.14.1/cw20_staking.wasm) | [![Docs](https://docs.rs/cw20-staking/badge.svg)](https://docs.rs/cw20-staking) |
| cw20-merkle-airdrop | [Release v0.14.1](https://github.com/CosmWasm/cw-tokens/releases/download/v0.14.1/cw20_merkle_airdrop.wasm) | [![Docs](https://docs.rs/cw20-merkle-airdrop/badge.svg)](https://docs.rs/cw20-merkle-airdrop) |
| cw20-atomic-swap | [Release v0.14.2](https://github.com/CosmWasm/cw-tokens/releases/download/v0.14.2/cw20_atomic_swap.wasm) | [![Docs](https://docs.rs/cw20-atomic-swap/badge.svg)](https://docs.rs/cw20-atomic-swap) |
| cw20-bonding | [Release v0.14.2](https://github.com/CosmWasm/cw-tokens/releases/download/v0.14.2/cw20_bonding.wasm) | [![Docs](https://docs.rs/cw20-bonding/badge.svg)](https://docs.rs/cw20-bonding) |
| cw20-escrow | [Release v0.14.2](https://github.com/CosmWasm/cw-tokens/releases/download/v0.14.2/cw20_escrow.wasm) | [![Docs](https://docs.rs/cw20-escrow/badge.svg)](https://docs.rs/cw20-escrow) |
| cw20-staking | [Release v0.14.2](https://github.com/CosmWasm/cw-tokens/releases/download/v0.14.2/cw20_staking.wasm) | [![Docs](https://docs.rs/cw20-staking/badge.svg)](https://docs.rs/cw20-staking) |
| cw20-merkle-airdrop | [Release v0.14.2](https://github.com/CosmWasm/cw-tokens/releases/download/v0.14.2/cw20_merkle_airdrop.wasm) | [![Docs](https://docs.rs/cw20-merkle-airdrop/badge.svg)](https://docs.rs/cw20-merkle-airdrop) |

**Warning** None of these contracts have been audited and no liability is
assumed for the use of this code. They are provided to turbo-start
Expand Down
2 changes: 1 addition & 1 deletion contracts/cw20-atomic-swap/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cw20-atomic-swap"
version = "0.14.1"
version = "0.14.2"
authors = ["Mauro Lacy <[email protected]>"]
edition = "2018"
description = "Implementation of Atomic Swaps"
Expand Down
2 changes: 1 addition & 1 deletion contracts/cw20-bonding/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cw20-bonding"
version = "0.14.1"
version = "0.14.2"
authors = ["Ethan Frey <[email protected]>"]
edition = "2018"
description = "Implement basic bonding curve to issue cw20 tokens"
Expand Down
2 changes: 1 addition & 1 deletion contracts/cw20-escrow/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cw20-escrow"
version = "0.14.1"
version = "0.14.2"
authors = ["Ethan Frey <[email protected]>"]
edition = "2018"
description = "Implementation of an escrow that accepts CosmWasm-20 tokens as well as native tokens"
Expand Down
2 changes: 1 addition & 1 deletion contracts/cw20-merkle-airdrop/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cw20-merkle-airdrop"
version = "0.14.1"
version = "0.14.2"
authors = ["Orkun Kulce <[email protected]>", "Terraform Labs, PTE."]
edition = "2018"
description = "An Airdrop contract for allowing users to claim rewards with Merkle Tree based proof"
Expand Down
2 changes: 1 addition & 1 deletion contracts/cw20-staking/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cw20-staking"
version = "0.14.1"
version = "0.14.2"
authors = ["Ethan Frey <[email protected]>"]
edition = "2018"
description = "Implement simple staking derivatives as a cw20 token"
Expand Down
2 changes: 1 addition & 1 deletion contracts/cw20-streams/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cw20-streams"
version = "0.14.1"
version = "0.14.2"
authors = ["Vernon Johnson <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit 1db4b73

Please sign in to comment.