Skip to content

Commit 79e5d23

Browse files
committed
Bump version to 0.5.14
1 parent cdeeb96 commit 79e5d23

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
2-
## [0.5.13]
3-
- print FormatException wrong info
2+
## [0.5.14]
3+
- print FormatException key
44

55
## [0.5.12]
66
- revert 'auto add/remove whitespace for Chinese'

handsaw.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
class Handsaw < Formula
22
desc "A tool for generating i18n strings for multiple platforms"
33
homepage "https://github.com/MixinNetwork/handsaw"
4-
url "https://github.com/MixinNetwork/handsaw/releases/download/0.5.13/handsaw.zip"
5-
version "0.5.13"
6-
sha256 "9be68a6066bf614dada3e674ad522515abf2195d568aefe33481e1d62e9d8ccb"
4+
url "https://github.com/MixinNetwork/handsaw/releases/download/0.5.14/handsaw.zip"
5+
version "0.5.14"
6+
sha256 "d258ef9c579b346cffefd8ef36ca1cb7330122176b11205c151bd391f87eb28b"
77

88
depends_on "openjdk"
99

0 commit comments

Comments
 (0)