From 715f43234465c710d942d341a592998363d7a452 Mon Sep 17 00:00:00 2001 From: osdnk Date: Thu, 16 Jan 2020 18:23:23 -0500 Subject: [PATCH] Bump -> 1.7.0 --- Example/ios/Podfile.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Example/ios/Podfile.lock b/Example/ios/Podfile.lock index 18fe7b5f24a..62141283a74 100644 --- a/Example/ios/Podfile.lock +++ b/Example/ios/Podfile.lock @@ -219,7 +219,7 @@ PODS: - ReactCommon/jscallinvoker (= 0.61.1) - RNGestureHandler (1.5.2): - React - - RNReanimated (1.6.0): + - RNReanimated (1.7.0): - React - Yoga (1.14.0) @@ -342,7 +342,7 @@ SPEC CHECKSUMS: React-RCTVibration: 8be61459e3749d1fb02cf414edd05b3007622882 ReactCommon: 4fba5be89efdf0b5720e0adb3d8d7edf6e532db0 RNGestureHandler: 946a7691e41df61e2c4b1884deab41a4cdc3afff - RNReanimated: e1251783216c7cb0a395314c9889d6662d86ed73 + RNReanimated: 031fe8d9ea93c2bd689a40f05320ef9d96f74d7f Yoga: d8c572ddec8d05b7dba08e4e5f1924004a177078 PODFILE CHECKSUM: 5d33b226bedcf33a9eaa74f8b42fbef1a3877e59 diff --git a/package.json b/package.json index 691fdbb376e..a720d42ea77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-reanimated", - "version": "1.6.0", + "version": "1.7.0", "description": "More powerful alternative to Animated library for React Native.", "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start",