Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit 7812e13

Browse files
author
Akshet Pandey
committed
Bump version to 0.2.0. Prep for publish
1 parent b158d88 commit 7812e13

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ DerivedData
2828
*.ipa
2929
*.xcuserstate
3030
project.xcworkspace
31+
xcshareddata
3132

3233
# Android/IntelliJ
3334
#

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ DerivedData
2828
*.ipa
2929
*.xcuserstate
3030
project.xcworkspace
31+
xcshareddata
3132

3233
# Android/IntelliJ
3334
#

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-native-cronet",
33
"description": "Cronet is the networking stack of Chromium put into a library for use on mobile. This module allows you to use the Cronet stack for your react native apps.",
44
"title": "React Native Cronet",
5-
"version": "0.1.0",
5+
"version": "0.2.0",
66
"main": "index.js",
77
"typings": "index.d.ts",
88
"scripts": {

0 commit comments

Comments
 (0)