From 5c0a33abdeda10e8691cea09fea98615c2f56739 Mon Sep 17 00:00:00 2001 From: inokawa <48897392+inokawa@users.noreply.github.com> Date: Wed, 5 May 2021 14:48:18 +0900 Subject: [PATCH] 0.5.1 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index a03708e..1e5dfc4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "react-native-react-bridge", - "version": "0.5.0", + "version": "0.5.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.5.0", + "version": "0.5.1", "license": "MIT", "dependencies": { "babel-plugin-module-resolver": "4.1.0" diff --git a/package.json b/package.json index 1ac5487..c09eee7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-react-bridge", - "version": "0.5.0", + "version": "0.5.1", "description": "An easy way to integrate your React (or Preact) app into React Native app with WebView.", "main": "lib/index.js", "module": "lib/index.mjs",