From ed5bddf039cf6e01444b36f532b45ba03b272e6d Mon Sep 17 00:00:00 2001 From: Mathieu Acthernoene Date: Tue, 12 Dec 2023 02:13:06 +0100 Subject: [PATCH] Bump version number --- example/ios/Podfile.lock | 4 ++-- example/yarn.lock | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index e033c9b3..8cc9dd5a 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1111,7 +1111,7 @@ PODS: - React-jsi (= 0.73.0) - React-logger (= 0.73.0) - React-perflogger (= 0.73.0) - - RNBootSplash (5.1.3): + - RNBootSplash (5.1.4): - React-Core - SocketRocket (0.6.1) - Yoga (1.14.0) @@ -1369,7 +1369,7 @@ SPEC CHECKSUMS: React-runtimescheduler: 77543c74df984ce56c09d49d427149c53784aaf6 React-utils: 42708ea436853045ef1eaff29996813d9fbbe209 ReactCommon: 851280fb976399ca1aabc74cc2c3612069ea70a2 - RNBootSplash: 970faaa2ab1322758c6545c88d3b23f424b86a2f + RNBootSplash: 578bffadc64719c710d30780ec6ace905b0daf07 SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17 Yoga: 44003f970aa541b79dfdd59cf236fda41bd5890f diff --git a/example/yarn.lock b/example/yarn.lock index 0f7ffbd7..4ffc12de 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -5165,7 +5165,7 @@ react-native-bars@2.3.0: integrity sha512-SVitn6Lmlc/GrsNK20Z5t+8pmwnpLYZk2XAZLCBuJMTceTA+tFo/hoOOJnw4gMBkzJoOvnP8eLTgi4ECSDvRnA== "react-native-bootsplash@file:..": - version "5.1.3" + version "5.1.4" dependencies: detect-indent "^6.1.0" fs-extra "^11.2.0" diff --git a/package.json b/package.json index 7c9df0f2..95fe1447 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-bootsplash", - "version": "5.1.3", + "version": "5.1.4", "license": "MIT", "description": "Display a bootsplash on your app starts. Hide it when you want.", "author": "Mathieu Acthernoene ",