Skip to content

Commit

Permalink
release(2.4.0-rc3): updating with latest master release
Browse files Browse the repository at this point in the history
  • Loading branch information
ajcrites committed Nov 13, 2018
1 parent bab35b0 commit bbb8bb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-rename",
"version": "2.4.0-rc2",
"version": "2.4.0-rc3",
"description": "Rename react-native app with just one command",
"main": "lib/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ readFile(path.join(__dirname, 'android/app/src/main/res/values/strings.xml'))
const lC_Ns_CurrentAppName = nS_CurrentAppName.toLowerCase();

program
.version('2.4.0-rc2')
.version('2.4.0-rc3')
.arguments('<newName>')
.option('-b, --bundleID [value]', 'Set custom bundle identifier eg. "com.junedomingo.travelapp"')
.action(newName => {
Expand Down

0 comments on commit bbb8bb8

Please sign in to comment.