Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
deven96 committed Mar 25, 2021
1 parent bacaee8 commit 7bdcedd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
elif [ "$CURRENT_OS" == "macos-latest" ]; then
brew install ncurses
fi
tag=${{env.RELEASE_VERSION}}
sed -i 's/version:.*/version: "${tag:1}"/g' src/cli.yaml
env:
CURRENT_OS: ${{matrix.os}}
- run: cargo build --release --locked && chmod +x target/release/mythra
Expand Down
2 changes: 1 addition & 1 deletion src/cli.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: mythra
version: "0.1.9"
version: "2.1.2"
author: Domnan Diretnan <diretnandomnan@gmail.com>
about: Search and Download music easily without ads and redirects
args:
Expand Down

0 comments on commit 7bdcedd

Please sign in to comment.