diff --git a/BartyCrouch.podspec b/BartyCrouch.podspec
index e1e2337..fd82649 100644
--- a/BartyCrouch.podspec
+++ b/BartyCrouch.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "BartyCrouch"
- s.version = "4.14.0"
+ s.version = "4.14.1"
s.summary = "Localization/I18n: Incrementally update/translate your Strings files from .swift, .h, .m(m), .storyboard or .xib files."
s.description = <<-DESC
@@ -20,4 +20,10 @@ Pod::Spec.new do |s|
s.source = { :http => "#{s.homepage}/releases/download/#{s.version}/portable_bartycrouch.zip" }
s.preserve_paths = "*"
+ s.ios.deployment_target = '9.0'
+ s.macos.deployment_target = '13.0'
+ s.tvos.deployment_target = '9.0'
+ s.watchos.deployment_target = '2.0'
+ s.swift_version = '5.7'
+
end
diff --git a/Formula/bartycrouch.rb b/Formula/bartycrouch.rb
index 5f7c72f..32b5d16 100644
--- a/Formula/bartycrouch.rb
+++ b/Formula/bartycrouch.rb
@@ -1,7 +1,7 @@
class Bartycrouch < Formula
desc "Incrementally update/translate your Strings files"
homepage "https://github.com/Flinesoft/BartyCrouch"
- url "https://github.com/Flinesoft/BartyCrouch.git", :tag => "4.13.0", :revision => "36cc46399abe717986cda40ccd6d6eb34c6ff70d"
+ url "https://github.com/Flinesoft/BartyCrouch.git", :tag => "4.14.0", :revision => "03c3816a39ac2d82fe9a2f2efc84949a1e50165d"
head "https://github.com/Flinesoft/BartyCrouch.git"
depends_on :xcode => ["14.0", :build]
diff --git a/Sources/BartyCrouch/main.swift b/Sources/BartyCrouch/main.swift
index f576222..5d10ef0 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.14.0",
+ version: "4.14.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 8d4de7a..818c2d6 100644
--- a/Sources/SupportingFiles/Info.plist
+++ b/Sources/SupportingFiles/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 4.14.0
+ 4.14.1
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
NSHumanReadableCopyright