diff --git a/Package.swift b/Package.swift index 25a995ea..a2588e64 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.4.0/RiveRuntime.xcframework.zip", - checksum: "02983c6d5f9a8bb953b63f2a6d847a844afcb3c60601531f9590aeb9110cf457" + url: "https://github.com/rive-app/rive-ios/releases/download/6.4.1/RiveRuntime.xcframework.zip", + checksum: "c3c81291963a91fd35f6288a782cdad8f792de6eb8ad9ac3c53692511ee93eba" ), .target( name: "RiveRuntime-Resources", diff --git a/RiveRuntime.podspec b/RiveRuntime.podspec index 1cb0db82..27d30a05 100644 --- a/RiveRuntime.podspec +++ b/RiveRuntime.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "RiveRuntime" - spec.version = "6.4.0" + spec.version = "6.4.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/6.4.0/RiveRuntime.xcframework.zip", + :http => "https://github.com/rive-app/rive-ios/releases/download/6.4.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 55a1e01a..25f1890b 100644 --- a/Source/Info.plist +++ b/Source/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 6.4.0 + 6.4.1 CFBundleVersion $(CURRENT_PROJECT_VERSION) diff --git a/Tests/Info.plist b/Tests/Info.plist index d6320c3a..7d94ab54 100644 --- a/Tests/Info.plist +++ b/Tests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 6.4.0 + 6.4.1 CFBundleVersion 1