From e669c4008b6060c93647805314b2533b9bc8a142 Mon Sep 17 00:00:00 2001 From: zplata Date: Thu, 9 Nov 2023 18:40:12 +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 831d9730..bbbd55a1 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.6.0/RiveRuntime.xcframework.zip", - checksum: "467be7bbee8456df07b680c63140923e386fe4897adfc37074f1bc167eb67ba0" + url: "https://github.com/rive-app/rive-ios/releases/download/5.6.1/RiveRuntime.xcframework.zip", + checksum: "dbc6135792fd5c8d226316c20d7da1b0062e0c9679a0c96ba1d4f1c08175a4c3" ), ] ) diff --git a/RiveRuntime.podspec b/RiveRuntime.podspec index d4a2c429..391058f1 100644 --- a/RiveRuntime.podspec +++ b/RiveRuntime.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "RiveRuntime" - spec.version = "5.6.0" + spec.version = "5.6.1" 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.6.0/RiveRuntime.xcframework.zip", + :http => "https://github.com/rive-app/rive-ios/releases/download/5.6.1/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 d4956256..d07e788c 100644 --- a/Source/Info.plist +++ b/Source/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 5.6.0 + 5.6.1 CFBundleVersion $(CURRENT_PROJECT_VERSION) diff --git a/Tests/Info.plist b/Tests/Info.plist index 5afb0430..aa463e41 100644 --- a/Tests/Info.plist +++ b/Tests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 5.6.0 + 5.6.1 CFBundleVersion 1