Skip to content

Commit

Permalink
release(v2.3.1): Update program version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ajcrites committed Nov 1, 2018
1 parent 3551527 commit 97242f0
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.3.0",
"version": "2.3.1",
"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 @@ -71,7 +71,7 @@ readFile(path.join(__dirname, 'android/app/src/main/res/values/strings.xml'))
const lC_Ns_CurrentAppName = nS_CurrentAppName.toLowerCase();

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

0 comments on commit 97242f0

Please sign in to comment.