Skip to content

Commit 083b6f4

Browse files
kfoxbchristopherdro
authored andcommitted
Rename package in Android manifest (christopherdro#35)
* Update package name in AndroidManifest * Bump v0.4.1
1 parent 2e9747f commit 083b6f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="com.rnprint.RNPrint">
2+
package="com.christopherdro.RNPrint">
33

44
</manifest>

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-print",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Print documents with React Native",
55
"main": "index.js",
66
"keywords": [

0 commit comments

Comments
 (0)