Skip to content

Commit

Permalink
Release v1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fedecalendino committed Nov 2, 2022
1 parent eebac17 commit a5a4c60
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ For example:
</dict>
</array>
<key>version</key>
<string>1.8.0</string>
<string>1.8.1</string>
<key>webaddress</key>
<string>https://github.com/fedecalendino/alfred-crypto-prices</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "Crypto Prices"
version = "1.8.0"
version = "1.8.1"
description = "Get current prices for cryptocurrencies"
documentation = "https://github.com/fedecalendino/alfred-crypto-prices/blob/main/README.md"
homepage = "https://github.com/fedecalendino/alfred-crypto-prices"
Expand Down
3 changes: 3 additions & 0 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ echo
echo "Released $NAME v$VERSION"
echo " * releases/$FILENAME"
echo

echo "Opening new release"
open "./releases/$FILENAME"

0 comments on commit a5a4c60

Please sign in to comment.