diff --git a/BartyCrouch.podspec b/BartyCrouch.podspec index a0ba8ba..c9c6bc8 100644 --- a/BartyCrouch.podspec +++ b/BartyCrouch.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "BartyCrouch" - s.version = "4.6.0" + s.version = "4.7.0" s.summary = "Localization/I18n: Incrementally update/translate your Strings files from .swift, .h, .m(m), .storyboard or .xib files." s.description = <<-DESC diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f5e934..fbcc11a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,8 +19,7 @@ If needed, pluralize to `Tasks`, `PRs` or `Authors` and list multiple entries se ## [Unreleased] ### Added -- Add support for DeepL API Free - PR: [#230](https://github.com/Flinesoft/BartyCrouch/pull/230) | Author: [Manabu Nakazawa](https://github.com/mshibanami) +- None. ### Changed - None. ### Deprecated @@ -32,6 +31,11 @@ If needed, pluralize to `Tasks`, `PRs` or `Authors` and list multiple entries se ### Security - None. +## [4.7.0] - 2021-07-31 +### Added +- Add support for DeepL API Free + PR: [#230](https://github.com/Flinesoft/BartyCrouch/pull/230) | Author: [Manabu Nakazawa](https://github.com/mshibanami) + ## [4.6.0] - 2021-05-08 ### Changed - Updated swift-syntax to match Swift 5.4 to support Xcode 12.5. diff --git a/README.md b/README.md index 9df9091..eb3c9cf 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ - Version: 4.6.0 + Version: 4.7.0 Swift: 5.4 diff --git a/Sources/BartyCrouch/main.swift b/Sources/BartyCrouch/main.swift index 0b593cc..50c9bcd 100644 --- a/Sources/BartyCrouch/main.swift +++ b/Sources/BartyCrouch/main.swift @@ -5,7 +5,7 @@ import SwiftCLI // MARK: - CLI let cli = CLI( name: "bartycrouch", - version: "4.6.0", + version: "4.7.0", description: "Incrementally update & translate your Strings files from code or interface files." ) diff --git a/Sources/SupportingFiles/Info.plist b/Sources/SupportingFiles/Info.plist index fb2fbde..89b7b3e 100644 --- a/Sources/SupportingFiles/Info.plist +++ b/Sources/SupportingFiles/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 4.6.0 + 4.7.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSHumanReadableCopyright