Skip to content

Commit

Permalink
Bump version to 0.5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Tougee committed Aug 28, 2023
1 parent cdeeb96 commit 79e5d23
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,6 +1,6 @@
# Changelog
## [0.5.13]
- print FormatException wrong info
## [0.5.14]
- print FormatException key

## [0.5.12]
- revert 'auto add/remove whitespace for Chinese'
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.13/handsaw.zip"
version "0.5.13"
sha256 "9be68a6066bf614dada3e674ad522515abf2195d568aefe33481e1d62e9d8ccb"
url "https://github.com/MixinNetwork/handsaw/releases/download/0.5.14/handsaw.zip"
version "0.5.14"
sha256 "d258ef9c579b346cffefd8ef36ca1cb7330122176b11205c151bd391f87eb28b"

depends_on "openjdk"

Expand Down

0 comments on commit 79e5d23

Please sign in to comment.