Skip to content

Commit ed5f099

Browse files
author
Preben Ludviksen
committed
Fixed spelling mistakes and bumped patch version.
1 parent 2ed9139 commit ed5f099

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 9-projects-layout
1+
# 9-project-layout
22

33
This is a boilerplate for distributable React Native components with native code
44
(iOS & Android). It has unit tests for native code, and integration tests for automated testing

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-native-helloworld",
33
"description": "Boilerplate for React Native components with native code.",
44
"author": "Ben Wixen <[email protected]>",
5-
"version": "0.0.2",
5+
"version": "0.0.3",
66
"main": "components/HelloWorld.js",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)