Skip to content

Commit de0e8e4

Browse files
committed
chore: bump to v6.0.2
1 parent 5cdf264 commit de0e8e4

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ dependencies {
135135
implementation 'androidx.core:core-ktx:1.10.0'
136136
implementation 'androidx.appcompat:appcompat:1.6.1'
137137
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.1'
138-
implementation 'app.rive:rive-android:8.1.1'
138+
implementation 'app.rive:rive-android:8.1.2'
139139
implementation "androidx.startup:startup-runtime:1.1.1"
140140
implementation 'com.android.volley:volley:1.2.0'
141141
}

example/ios/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -489,8 +489,8 @@ PODS:
489489
- React-perflogger (= 0.72.3)
490490
- rive-react-native (6.0.1):
491491
- React-Core
492-
- RiveRuntime (= 5.1.2)
493-
- RiveRuntime (5.1.2)
492+
- RiveRuntime (= 5.1.3)
493+
- RiveRuntime (5.1.3)
494494
- RNCMaskedView (0.2.9):
495495
- React-Core
496496
- RNCPicker (1.16.8):
@@ -744,8 +744,8 @@ SPEC CHECKSUMS:
744744
React-runtimescheduler: 837c1bebd2f84572db17698cd702ceaf585b0d9a
745745
React-utils: bcb57da67eec2711f8b353f6e3d33bd8e4b2efa3
746746
ReactCommon: 3ccb8fb14e6b3277e38c73b0ff5e4a1b8db017a9
747-
rive-react-native: 9a2c4c2eb3877c2c6b33ed2f5c680be0d5508824
748-
RiveRuntime: 8d7244b38d15cab2e34ae8ef28815dfd20ca6a8a
747+
rive-react-native: 9cce14b0054b4cf71708be1b7c340a755b500338
748+
RiveRuntime: 0829b44f7922d93a4e032833fce7b55411f6e98f
749749
RNCMaskedView: 949696f25ec596bfc697fc88e6f95cf0c79669b6
750750
RNCPicker: 0991c56da7815c0cf946d6f63cf920b25296e5f6
751751
RNGestureHandler: a479ebd5ed4221a810967000735517df0d2db211

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rive-react-native",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
44
"description": "Rive React Native",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

rive-react-native.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ Pod::Spec.new do |s|
1616
s.source_files = "ios/**/*.{h,m,mm,swift}"
1717

1818
s.dependency "React-Core"
19-
s.dependency "RiveRuntime", "5.1.2"
19+
s.dependency "RiveRuntime", "5.1.3"
2020
end

0 commit comments

Comments
 (0)