Skip to content

Commit 1b5f667

Browse files
committed
Bump version to 0.5.5
1 parent e7dbb8b commit 1b5f667

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [0.5.5]
4+
5+
- fix iso regex
6+
37
## [0.5.4]
48

59
- Android platform keep '**' in the value

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.4/handsaw.zip"
5-
version "0.5.4"
6-
sha256 "8f7e2c088a632fa23673e2f2ea4a00cf0e8ad34217e75431aab3cc8c819664ab"
4+
url "https://github.com/MixinNetwork/handsaw/releases/download/0.5.5/handsaw.zip"
5+
version "0.5.5"
6+
sha256 "c6b5d5cb1734ad2e7175ed42895a2dc99bb06f24fe62d37ec6b35ed09c164864"
77

88
depends_on "openjdk"
99

0 commit comments

Comments
 (0)