Skip to content

Commit 04d3e26

Browse files
committed
chore: release 0.7.1
1 parent a414c12 commit 04d3e26

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-app",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-nitro-in-app-browser",
33
"private": true,
4-
"version": "0.7.0",
4+
"version": "0.7.1",
55
"repository": "https://github.com/patrickkabwe/react-native-nitro-in-app-browser.git",
66
"author": "Patrick Kabwe <me@patrickkabwe.com> (https://github.com/patrickkabwe)",
77
"scripts": {
@@ -22,7 +22,7 @@
2222
},
2323
"release-it": {
2424
"npm": {
25-
"publish": false
25+
"publish": true
2626
},
2727
"git": {
2828
"commitMessage": "chore: release ${version}",

react-native-nitro-in-app-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-nitro-in-app-browser",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "A React Native Nitro module for in-app browser",
55
"main": "./lib/commonjs/index.js",
66
"module": "./lib/module/index.js",

0 commit comments

Comments
 (0)