Skip to content

Commit

Permalink
Removed the snapshot update warning (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssideleau authored May 8, 2020
1 parent 994e182 commit 97268e5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,20 +147,13 @@ async function setAndroidApplicationVersion(versionText) {

const changeVersion = async () => {
const versionText = process.argv[2];

const appName = setPackageVersion(versionText).name;

paths.infoPlist = paths.infoPlist.replace('<APP_NAME>', appName);

await setAndroidApplicationVersion(versionText);

await setIosApplicationVersion(versionText);

display('');

display(chalk.cyan.bold.underline('Do not forget to change your snapshots to reflect your new version number'));

display('');
};

changeVersion();

0 comments on commit 97268e5

Please sign in to comment.