Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
paulormart committed Feb 28, 2024
1 parent 57997c0 commit fd7854d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.11.3] - 2023-02-28
## [0.12.0] - 2023-02-28

## New
- Add `medium` flag as another verbosity option
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ For Pool Operators to auto-compound members rewards above certain threshold.
# create `crunch-bot` directory
mkdir /crunch-bot
# download `crunch` binary latest version
wget -P /crunch-bot https://github.com/turboflakes/crunch/releases/download/v0.11.3/crunch
wget -P /crunch-bot https://github.com/turboflakes/crunch/releases/download/v0.12.0/crunch
# make `crunch` binary file executable
chmod +x /crunch-bot/crunch
```
Expand Down
4 changes: 2 additions & 2 deletions crunch-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
DIRNAME="~/crunch-bot"
FILENAME="$DIRNAME/crunch"

read -p "Enter the Crunch version that you would like to download (e.g.: 0.10.1): " INPUT_VERSION
read -p "Enter the Crunch version that you would like to download (e.g.: 0.12.0): " INPUT_VERSION
if [ "$INPUT_VERSION" = "" ]; then
INPUT_VERSION="0.10.1"
INPUT_VERSION="0.12.0"
fi

URI="https://github.com/turboflakes/crunch/releases/download/v$INPUT_VERSION/crunch"
Expand Down
Empty file removed paseo_metadata.scale
Empty file.

0 comments on commit fd7854d

Please sign in to comment.