diff --git a/Package.swift b/Package.swift index dbd32cb2..b3314928 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.0.1/RiveRuntime.xcframework.zip", - checksum: "125a212b5b292a478fe8cb2cd1b84bf5997c44db54153035063f539e8ef5839d" + url: "https://github.com/rive-app/rive-ios/releases/download/6.0.2/RiveRuntime.xcframework.zip", + checksum: "baaaab67e35c133b799e29ef11015fa9e1a1fcc8ecc5ad4b61f8cfa6f57f7011" ), .target( name: "RiveRuntime-Resources", diff --git a/RiveRuntime.podspec b/RiveRuntime.podspec index d2b51a3c..920fd7ff 100644 --- a/RiveRuntime.podspec +++ b/RiveRuntime.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "RiveRuntime" - spec.version = "6.0.1" + spec.version = "6.0.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.0.1/RiveRuntime.xcframework.zip", + :http => "https://github.com/rive-app/rive-ios/releases/download/6.0.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 f4ab1788..e6061311 100644 --- a/Source/Info.plist +++ b/Source/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 6.0.1 + 6.0.2 CFBundleVersion $(CURRENT_PROJECT_VERSION) diff --git a/Tests/Info.plist b/Tests/Info.plist index 5edd15bf..3a3b9c69 100644 --- a/Tests/Info.plist +++ b/Tests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 6.0.1 + 6.0.2 CFBundleVersion 1