Skip to content

Commit 69798d5

Browse files
committed
Bump version num & finalize new changelog section
1 parent 29f84e4 commit 69798d5

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

BartyCrouch.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "BartyCrouch"
4-
s.version = "4.7.0"
4+
s.version = "4.7.1"
55
s.summary = "Localization/I18n: Incrementally update/translate your Strings files from .swift, .h, .m(m), .storyboard or .xib files."
66

77
s.description = <<-DESC

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,15 @@ If needed, pluralize to `Tasks`, `PRs` or `Authors` and list multiple entries se
2727
### Removed
2828
- None.
2929
### Fixed
30-
- Fixed that DeepL translation doesn't work for Simplified Chinese
31-
PR: [#232](https://github.com/Flinesoft/BartyCrouch/pull/232) | Author: [Manabu Nakazawa](https://github.com/mshibanami)
30+
- None.
3231
### Security
3332
- None.
3433

34+
## [4.7.1] - 2021-08-26
35+
### Fixed
36+
- Fixed that DeepL translation doesn't work for Simplified Chinese.
37+
PR: [#232](https://github.com/Flinesoft/BartyCrouch/pull/232) | Author: [Manabu Nakazawa](https://github.com/mshibanami)
38+
3539
## [4.7.0] - 2021-07-31
3640
### Added
3741
- Add support for DeepL API Free

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<img src="https://api.codacy.com/project/badge/Coverage/7b34ad9193c2438aa32aa29a0490451f"/>
1515
</a>
1616
<a href="https://github.com/Flinesoft/BartyCrouch/releases">
17-
<img src="https://img.shields.io/badge/Version-4.7.0-blue.svg"
18-
alt="Version: 4.7.0">
17+
<img src="https://img.shields.io/badge/Version-4.7.1-blue.svg"
18+
alt="Version: 4.7.1">
1919
</a>
2020
<img src="https://img.shields.io/badge/Swift-5.4-FFAC45.svg"
2121
alt="Swift: 5.4">

Sources/BartyCrouch/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import SwiftCLI
55
// MARK: - CLI
66
let cli = CLI(
77
name: "bartycrouch",
8-
version: "4.7.0",
8+
version: "4.7.1",
99
description: "Incrementally update & translate your Strings files from code or interface files."
1010
)
1111

Sources/SupportingFiles/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>4.7.0</string>
18+
<string>4.7.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSHumanReadableCopyright</key>

0 commit comments

Comments
 (0)