From 5f7fe795769b263ca3352f6ac3df609866e0dc01 Mon Sep 17 00:00:00 2001 From: awxkee Date: Mon, 13 Nov 2023 16:43:15 +1100 Subject: [PATCH] fix byte order for mobile --- JxlCoder.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JxlCoder.podspec b/JxlCoder.podspec index 7ad6723..37881f0 100644 --- a/JxlCoder.podspec +++ b/JxlCoder.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'JxlCoder' - s.version = '1.4.0' + s.version = '1.4.1' s.summary = 'JXL coder for iOS and MacOS' s.description = 'Provides support for JXL files in iOS and MacOS' s.homepage = 'https://github.com/awxkee/jxl-coder-swift'