From 01de1b4945857fa71f9032ac4a1fb64fb564110e Mon Sep 17 00:00:00 2001 From: bodymovin Date: Tue, 1 Oct 2024 15:52:22 +0000 Subject: [PATCH] Updating version files --- Package.swift | 4 ++-- RiveRuntime.podspec | 4 ++-- Source/Info.plist | 2 +- Tests/Info.plist | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index b1fd2e00..9160a2a0 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/6.1.3/RiveRuntime.xcframework.zip", - checksum: "88d9ee3024bb705b63057963b29753fdd3b3d7d765bd230bf886675ad899f3d9" + url: "https://github.com/rive-app/rive-ios/releases/download/6.1.4/RiveRuntime.xcframework.zip", + checksum: "5393a11f7fcc23234ce15e692013720d98ec7a9f75edfc74f0a4eaa0ff7c02cb" ), .target( name: "RiveRuntime-Resources", diff --git a/RiveRuntime.podspec b/RiveRuntime.podspec index 65afc3b3..82a4e259 100644 --- a/RiveRuntime.podspec +++ b/RiveRuntime.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "RiveRuntime" - spec.version = "6.1.3" + spec.version = "6.1.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/6.1.3/RiveRuntime.xcframework.zip", + :http => "https://github.com/rive-app/rive-ios/releases/download/6.1.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 3e623357..4a46b97e 100644 --- a/Source/Info.plist +++ b/Source/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 6.1.3 + 6.1.4 CFBundleVersion $(CURRENT_PROJECT_VERSION) diff --git a/Tests/Info.plist b/Tests/Info.plist index e1004d42..c27b5864 100644 --- a/Tests/Info.plist +++ b/Tests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 6.1.3 + 6.1.4 CFBundleVersion 1