From b99f14d1b58d15393e2e0fc225d861e9d44c3974 Mon Sep 17 00:00:00 2001 From: Alexander Pototskiy Date: Wed, 16 Aug 2023 16:03:14 +0200 Subject: [PATCH] minor fixes --- README.md | 1 - icu | 2 +- icu4c-iosx.podspec | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1013434..2b4727d 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,6 @@ This repo provides a universal script for building static ICU libraries for use ``` # clone the repo git clone -b 73 --recursive https://github.com/apotocki/icu4c-iosx - git clone --recursive https://github.com/apotocki/icu4c-iosx # build libraries cd icu4c-iosx diff --git a/icu b/icu index 680f521..5861e1f 160000 --- a/icu +++ b/icu @@ -1 +1 @@ -Subproject commit 680f521746a3bd6a86f25f25ee50a62d88b489cf +Subproject commit 5861e1fd52f1d7673eee38bc3c965aa18b336062 diff --git a/icu4c-iosx.podspec b/icu4c-iosx.podspec index d3c7534..fb093ca 100644 --- a/icu4c-iosx.podspec +++ b/icu4c-iosx.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "icu4c-iosx" - s.version = "73.2.0" + s.version = "73.2.1" s.summary = "ICU XCFramework for macOS and iOS, including both arm64 and x86_64 builds for macOS, Mac Catalyst and Simulator." s.homepage = "https://github.com/apotocki/icu4c-iosx" s.license = "BSD"