From e378ba7cbf09b5fe023a82f73f2d38c1f0f8c321 Mon Sep 17 00:00:00 2001 From: mikerreed Date: Thu, 12 May 2022 14:57:14 +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 9a991a11..61243e84 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.11/RiveRuntime.xcframework.zip", - checksum: "4b59aa2cc9624a3486de89dd1ef49d5bae03546979bd01dce44621bf9e080f38" + url: "https://github.com/rive-app/rive-ios/releases/download/2.0.12/RiveRuntime.xcframework.zip", + checksum: "f696d589e2f5d599512717a022a8518e1e12fb8389718d817f56efd0cd695a62" ), ] ) diff --git a/RiveRuntime.podspec b/RiveRuntime.podspec index a02f20e7..17a07c8d 100644 --- a/RiveRuntime.podspec +++ b/RiveRuntime.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "RiveRuntime" - spec.version = "2.0.11" + spec.version = "2.0.12" 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.11/RiveRuntime.xcframework.zip", + :http => "https://github.com/rive-app/rive-ios/releases/download/2.0.12/RiveRuntime.xcframework.zip", } spec.ios.vendored_frameworks = 'RiveRuntime.xcframework' end diff --git a/Source/Info.plist b/Source/Info.plist index cbe944d3..97a028f1 100644 --- a/Source/Info.plist +++ b/Source/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 2.0.11 + 2.0.12 CFBundleVersion $(CURRENT_PROJECT_VERSION) diff --git a/Tests/Info.plist b/Tests/Info.plist index dacf089f..b6b02004 100644 --- a/Tests/Info.plist +++ b/Tests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 2.0.11 + 2.0.12 CFBundleVersion 1