diff --git a/Package.swift b/Package.swift index f2a7eda2..a38af745 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/2.0.6/RiveRuntime.xcframework.zip", - checksum: "9eb03dcc61e35f3792d3199e440b1414cb7d6743bfd38db065cf26f6c623fbf0" + url: "https://github.com/rive-app/rive-ios/releases/download/2.0.7/RiveRuntime.xcframework.zip", + checksum: "3a099a3f2b1eeada1a17ed1e0f9f742323797d872f2982c2a9ee359c80792dcf" ), ] ) diff --git a/RiveRuntime.podspec b/RiveRuntime.podspec index 68658e5f..0a5e675f 100644 --- a/RiveRuntime.podspec +++ b/RiveRuntime.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "RiveRuntime" - spec.version = "2.0.6" + spec.version = "2.0.7" 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.ios.deployment_target = '14.0' spec.swift_version = '5.0' spec.source = { - :http => "https://github.com/rive-app/rive-ios/releases/download/2.0.6/RiveRuntime.xcframework.zip", + :http => "https://github.com/rive-app/rive-ios/releases/download/2.0.7/RiveRuntime.xcframework.zip", } spec.ios.vendored_frameworks = 'RiveRuntime.xcframework' end diff --git a/Source/Info.plist b/Source/Info.plist index d0e37824..b180e93a 100644 --- a/Source/Info.plist +++ b/Source/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 2.0.6 + 2.0.7 CFBundleVersion $(CURRENT_PROJECT_VERSION) diff --git a/Tests/Info.plist b/Tests/Info.plist index 392fd882..3123a968 100644 --- a/Tests/Info.plist +++ b/Tests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 2.0.6 + 2.0.7 CFBundleVersion 1