Skip to content

Commit

Permalink
Bump version to 0.5.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Tougee committed Sep 5, 2024
1 parent 26553a6 commit a773eec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog
## [0.5.15]
- fix flutter generate string with double quotes

## [0.5.14]
- print FormatException key

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.14/handsaw.zip"
version "0.5.14"
sha256 "d258ef9c579b346cffefd8ef36ca1cb7330122176b11205c151bd391f87eb28b"
url "https://github.com/MixinNetwork/handsaw/releases/download/0.5.15/handsaw.zip"
version "0.5.15"
sha256 "44d138c3aea263324febf2f31d4ccbc6a1428873d24cf0906557d0e4d2dd9422"

depends_on "openjdk"

Expand Down

0 comments on commit a773eec

Please sign in to comment.