diff --git a/Package.swift b/Package.swift index 92ce9f18..0a4758a6 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.5.1/RiveRuntime.xcframework.zip", - checksum: "592824841d86a2d3451c26af198604fa7bb1f24767040d9260ac72cf1cfc0f10" + url: "https://github.com/rive-app/rive-ios/releases/download/6.5.2/RiveRuntime.xcframework.zip", + checksum: "c02b1e3bff2b9c8eeb87f80485914a9cd040cd85386a42a3886d0b1aca1173e8" ), .target( name: "RiveRuntime-Resources", diff --git a/RiveRuntime.podspec b/RiveRuntime.podspec index 8324fbb5..d9eb6f3f 100644 --- a/RiveRuntime.podspec +++ b/RiveRuntime.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "RiveRuntime" - spec.version = "6.5.1" + spec.version = "6.5.2" 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.5.1/RiveRuntime.xcframework.zip", + :http => "https://github.com/rive-app/rive-ios/releases/download/6.5.2/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 743c5d10..7d7e8e84 100644 --- a/Source/Info.plist +++ b/Source/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 6.5.1 + 6.5.2 CFBundleVersion $(CURRENT_PROJECT_VERSION) diff --git a/Tests/Info.plist b/Tests/Info.plist index 86438f51..4cb91046 100644 --- a/Tests/Info.plist +++ b/Tests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 6.5.1 + 6.5.2 CFBundleVersion 1