diff --git a/BartyCrouch.podspec b/BartyCrouch.podspec index ffff219..5fd0fbb 100644 --- a/BartyCrouch.podspec +++ b/BartyCrouch.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "BartyCrouch" - s.version = "4.1.0" + s.version = "4.1.1" 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 8aeab92..c00b80e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,11 +27,15 @@ If needed, pluralize to `Tasks`, `PRs` or `Authors` and list multiple entries se ### Removed - None. ### Fixed -- Fixed crashes in projects with large number of files by introducing new `plist` file based approach for passing arguments. See the new `--plist-arguments` option. Will be automatically turned on when needed (many files in project). - Issues: [#92](https://github.com/Flinesoft/BartyCrouch/issues/92), [#99](https://github.com/Flinesoft/BartyCrouch/issues/99) | PRs: [#150](https://github.com/Flinesoft/BartyCrouch/pull/150), [#176](https://github.com/Flinesoft/BartyCrouch/pull/176) | Authors: [Christos Koninis](https://github.com/csknns), [Cihat Gündüz](https://github.com/Jeehut) +- None. ### Security - None. +## [4.1.1] - 2020-04-16 +### Fixed +- Fixed crashes in projects with large number of files by introducing new `plist` file based approach for passing arguments. See the new `--plist-arguments` option. Will be automatically turned on when needed (many files in project). + Issues: [#92](https://github.com/Flinesoft/BartyCrouch/issues/92), [#99](https://github.com/Flinesoft/BartyCrouch/issues/99) | PRs: [#150](https://github.com/Flinesoft/BartyCrouch/pull/150), [#176](https://github.com/Flinesoft/BartyCrouch/pull/176) | Authors: [Christos Koninis](https://github.com/csknns), [Cihat Gündüz](https://github.com/Jeehut) + ## [4.1.0] - 2020-04-10 ### Added - Added support for specifying multiple paths for all `path` options. diff --git a/README.md b/README.md index 9c83a3b..6eee18e 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ - Version: 4.1.0 + Version: 4.1.1 Swift: 5.2 diff --git a/Sources/BartyCrouch/main.swift b/Sources/BartyCrouch/main.swift index b6f5381..eb35835 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.1.0", + version: "4.1.1", 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 cda1a3d..ed6d571 100644 --- a/Sources/SupportingFiles/Info.plist +++ b/Sources/SupportingFiles/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 4.1.0 + 4.1.1 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSHumanReadableCopyright