From 39dfe8c5df0953220a2301433a2c5c289e644bb9 Mon Sep 17 00:00:00 2001 From: duncandoit Date: Fri, 27 May 2022 22:03:19 +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 c512fca7..f20f0e9c 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.18/RiveRuntime.xcframework.zip", - checksum: "0203289df267bdb16610afe1602548fbf46574b2ce50e4174404bba5e6b36211" + url: "https://github.com/rive-app/rive-ios/releases/download/2.0.19/RiveRuntime.xcframework.zip", + checksum: "f8e27ac0c8540057d6f26548b24d5cacac6fc18c5259a0a9153d5bfa0265622a" ), ] ) diff --git a/RiveRuntime.podspec b/RiveRuntime.podspec index cbd1955e..340b791a 100644 --- a/RiveRuntime.podspec +++ b/RiveRuntime.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "RiveRuntime" - spec.version = "2.0.18" + spec.version = "2.0.19" 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.18/RiveRuntime.xcframework.zip", + :http => "https://github.com/rive-app/rive-ios/releases/download/2.0.19/RiveRuntime.xcframework.zip", } spec.ios.vendored_frameworks = 'RiveRuntime.xcframework' end diff --git a/Source/Info.plist b/Source/Info.plist index 6cfba1b3..357af4ff 100644 --- a/Source/Info.plist +++ b/Source/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 2.0.18 + 2.0.19 CFBundleVersion $(CURRENT_PROJECT_VERSION) diff --git a/Tests/Info.plist b/Tests/Info.plist index 920beca1..d6cb402a 100644 --- a/Tests/Info.plist +++ b/Tests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 2.0.18 + 2.0.19 CFBundleVersion 1