Skip to content

Commit

Permalink
Upgrade cli to v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mpizenberg committed Oct 9, 2024
1 parent 527baa9 commit 97504c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ npm install -g elm @mattpiz/elm-cardano

# (Temporary) clone the elm-cardano repo to expose its elm modules
# This step won’t be necessary when the elm package will be published
git clone --depth 1 --branch v0.1.4 https://github.com/mpizenberg/elm-cardano.git
git clone --depth 1 --branch v0.1.5 https://github.com/mpizenberg/elm-cardano.git

# Initialize a template project in the elm-cardano-starter/ folder
mkdir elm-cardano-starter && cd elm-cardano-starter
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "elm-cardano"
version = "0.1.4"
version = "0.1.5"
edition = "2021"
repository = "https://github.com/mpizenberg/elm-cardano"

Expand Down

0 comments on commit 97504c3

Please sign in to comment.