Skip to content

Commit

Permalink
14.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
relatedcode committed May 9, 2024
1 parent 252f994 commit 9364904
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [14.1.3](https://github.com/relatedcode/ProgressHUD/releases/tag/14.1.3)

Released on 2024-05-09.

#### Changed

- Added the `defaultLocalization` value to the `Package.swift` file.

## [14.1.2](https://github.com/relatedcode/ProgressHUD/releases/tag/14.1.2)

Released on 2024-05-03.
Expand Down
2 changes: 1 addition & 1 deletion ProgressHUD.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ProgressHUD'
s.version = '14.1.2'
s.version = '14.1.3'
s.license = 'MIT'

s.summary = 'A lightweight and easy-to-use Progress HUD for iOS.'
Expand Down
4 changes: 2 additions & 2 deletions ProgressHUD/app.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@
INFOPLIST_FILE = app/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited)";
MARKETING_VERSION = 14.1.2;
MARKETING_VERSION = 14.1.3;
PRODUCT_BUNDLE_IDENTIFIER = com.relatedcode.progresshud;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -462,7 +462,7 @@
INFOPLIST_FILE = app/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited)";
MARKETING_VERSION = 14.1.2;
MARKETING_VERSION = 14.1.3;
PRODUCT_BUNDLE_IDENTIFIER = com.relatedcode.progresshud;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.1.2
14.1.3

0 comments on commit 9364904

Please sign in to comment.