Skip to content

Commit

Permalink
update version to 0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
faboweb committed Nov 24, 2023
1 parent 340d7c2 commit 2c8f51a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "onceupon-cosmwasm"
version = "0.13.4"
version = "0.14.2"
authors = ["Fabian Weber <faboweber@gmail.com>"]
edition = "2018"

Expand Down
6 changes: 3 additions & 3 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ CONTRACT=$(starsd query wasm list-contract-by-code $CODE_ID --node https://rpc.s
# stars1eh58m7augmf7777k0kcgxwetse3tnsa6n7kwn458lfdv0zzknu2sgde4kq

# Propose via governance (NEW)
title="BugFix OnceUpon to v0.13.4"
title="BugFix OnceUpon to v0.14.2"
desc=$(cat proposal.md | jq -Rsa | tr -d '"')
deposit="50000000000ustars"
PROPOSER="stars1xy2at2a0qeehv9ccptt8f879nxmrl35xsasvpv"
Expand All @@ -56,10 +56,10 @@ starsd tx gov submit-proposal wasm-store artifacts/onceupon_cosmwasm-aarch64.was
--instantiate-anyof-addresses $CREATOR -y \
--node https://rpc.stargaze-apis.com:443 \
--code-hash $CODE_HASH \
--code-source-url https://github.com/faboweb/onceupon/tree/v0.13.4 \
--code-source-url https://github.com/faboweb/onceupon/tree/v0.14.2 \
--builder cosmwasm/rust-optimizer-arm64:0.14.0
# starsd query wasm list-code --node https://rpc.stargaze-apis.com:443 --chain-id stargaze-1 --page 2
CODE_ID=136
CODE_ID=138
CONTRACT='stars1eh58m7augmf7777k0kcgxwetse3tnsa6n7kwn458lfdv0zzknu2sgde4kq'
ARGS='{}'
PROPOSER="stars1xy2at2a0qeehv9ccptt8f879nxmrl35xsasvpv"
Expand Down
2 changes: 1 addition & 1 deletion proposal.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ BugFix in existing SmartContract
Current version: https://onceupon.community/
Future version: https://onceupon-delta.vercel.app/

Git: https://github.com/faboweb/onceupon/releases/tag/0.13.4
Git: https://github.com/faboweb/onceupon/releases/tag/0.14.2

Changes:

Expand Down

0 comments on commit 2c8f51a

Please sign in to comment.