diff --git a/Package.swift b/Package.swift index ed43904a..23e1df8a 100644 --- a/Package.swift +++ b/Package.swift @@ -11,8 +11,8 @@ let package = Package( targets: [ .binaryTarget( name: "RiveRuntime", - url: "https://github.com/rive-app/rive-ios/releases/download/5.14.3/RiveRuntime.xcframework.zip", - checksum: "5b812c82592e00e4dba44880e2074ad87d5763cb241a1d6dcc30d4b64f2e4ad5" + url: "https://github.com/rive-app/rive-ios/releases/download/5.14.4/RiveRuntime.xcframework.zip", + checksum: "b5cca6cf722efa779ec8642869d2423d93a57e43fced000aeb29ac05f2105b4c" ), .target( name: "RiveRuntime-Resources", diff --git a/RiveRuntime.podspec b/RiveRuntime.podspec index fb031cb9..9ebb3318 100644 --- a/RiveRuntime.podspec +++ b/RiveRuntime.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "RiveRuntime" - spec.version = "5.14.3" + spec.version = "5.14.4" spec.summary = "iOS SDK to render Rive animations" spec.description = "Rive is a real-time interactive design and animation tool. Use our collaborative editor to create motion graphics that respond to different states and user inputs. Then load your animations into apps, games, and websites with our lightweight open-source runtimes." spec.homepage = "https://github.com/rive-app/rive-ios" @@ -31,7 +31,7 @@ Pod::Spec.new do |spec| spec.osx.deployment_target = '13.1' spec.swift_version = '5.0' spec.source = { - :http => "https://github.com/rive-app/rive-ios/releases/download/5.14.3/RiveRuntime.xcframework.zip", + :http => "https://github.com/rive-app/rive-ios/releases/download/5.14.4/RiveRuntime.xcframework.zip", } spec.ios.vendored_frameworks = 'RiveRuntime.xcframework' spec.osx.vendored_frameworks = 'RiveRuntime.xcframework' diff --git a/Source/Info.plist b/Source/Info.plist index c8f3f1bf..f5586539 100644 --- a/Source/Info.plist +++ b/Source/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 5.14.3 + 5.14.4 CFBundleVersion $(CURRENT_PROJECT_VERSION) diff --git a/Tests/Info.plist b/Tests/Info.plist index a7dba575..8bff410a 100644 --- a/Tests/Info.plist +++ b/Tests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 5.14.3 + 5.14.4 CFBundleVersion 1