Skip to content

Commit 3d23a1c

Browse files
committed
Version bump to 0.3.0
1 parent c1097d2 commit 3d23a1c

File tree

4 files changed

+8
-1
lines changed

4 files changed

+8
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,6 @@ node_modules
4747
# Test generated files
4848
/ReactAndroid/src/androidTest/assets/AndroidTestBundle.js
4949
*.js.meta
50+
51+
my-release-key.keystore
52+
StaticServerExample/my-release-key.keystore

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
StaticServerExample
22
node_modules
3+
4+
my-release-key.keystore

StaticServerExample/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,5 @@ buck-out/
5151
*/fastlane/report.xml
5252
*/fastlane/Preview.html
5353
*/fastlane/screenshots
54+
55+
my-release-key.keystore

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-static-server",
3-
"version": "0.2.5",
3+
"version": "0.3.0",
44
"repository": "https://github.com/futurepress/react-native-static-server",
55
"description": "HTTP static file server for React Native",
66
"main": "index.js",

0 commit comments

Comments
 (0)