Skip to content

Commit

Permalink
Bump version to 0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Tougee committed Aug 2, 2022
1 parent 2918cf3 commit 62d3565
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog

## [0.5.7]
- add platform iOSAuthentication and AppStore
## [0.5.8]
- add platform iOSAuthorization and AppStore

## [0.5.6]

Expand Down
6 changes: 3 additions & 3 deletions handsaw.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class Handsaw < Formula
desc "A tool for generating i18n strings for multiple platforms"
homepage "https://github.com/MixinNetwork/handsaw"
url "https://github.com/MixinNetwork/handsaw/releases/download/0.5.7/handsaw.zip"
version "0.5.7"
sha256 "0b67a90d8582d7d289ccfe7f2a6195216526cfdc421c5e66356fa0c31f3ca1b1"
url "https://github.com/MixinNetwork/handsaw/releases/download/0.5.8/handsaw.zip"
version "0.5.8"
sha256 "69acd893378ffc71d3003f72eada4c8740e38364bb5b12a73dded15db94efbc9"

depends_on "openjdk"

Expand Down

0 comments on commit 62d3565

Please sign in to comment.