From 7631ab1f26fb5be5c4f2df3eab0c1c3a3598b9b8 Mon Sep 17 00:00:00 2001 From: apotocki Date: Wed, 14 Aug 2024 21:31:08 +0200 Subject: [PATCH] version 75.1.1 --- README.md | 2 +- icu4c-iosx.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index beb8c61..cff9d85 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ This repo provides a universal script for building static ICU libraries for use use_frameworks! pod 'icu4c-iosx', '~> 75.1' # or optionally more precisely - # pod 'icu4c-iosx', :git => 'https://github.com/apotocki/icu4c-iosx', :tag => '75.1.0', :submodules => 'true' + # pod 'icu4c-iosx', :git => 'https://github.com/apotocki/icu4c-iosx', :tag => '75.1.1', :submodules => 'true' ``` install new dependency: ``` diff --git a/icu4c-iosx.podspec b/icu4c-iosx.podspec index 1405ba0..81e8313 100644 --- a/icu4c-iosx.podspec +++ b/icu4c-iosx.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "icu4c-iosx" - s.version = "75.1.0" + s.version = "75.1.1" s.summary = "ICU XCFramework for macOS, iOS, and visionOS, including both arm64 and x86_64 builds for macOS, Mac Catalyst, iOS Simulator, and visionOS Simulator." s.homepage = "https://github.com/apotocki/icu4c-iosx" s.license = "BSD"