1.0.1 • Published 2 years ago

expo-version-updater v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

expo-version-updater

Install:

npm i -g expo-version-updater

Usage:

In Expo project root (where app.json file exists)

exup # for update all versions of ios, android and version field

updating version for platform: all
┌─────────┬─────────┬──────────────────────────┬──────────────────────┐
│ (index) │ version │           ios            │       android        │
├─────────┼─────────┼──────────────────────────┼──────────────────────┤
│  expo   │  '7.0'  │ { buildNumber: '7.0.5' } │ { versionCode: 705 } │
└─────────┴─────────┴──────────────────────────┴──────────────────────┘
🎉 DONE !
exup -p ios --minor

updating version for platform: ios
┌─────────┬─────────┬──────────────────────────┬──────────────────────┐
│ (index) │ version │           ios            │       android        │
├─────────┼─────────┼──────────────────────────┼──────────────────────┤
│  expo   │  '7.1'  │ { buildNumber: '7.1.0' } │ { versionCode: 705 } │
└─────────┴─────────┴──────────────────────────┴──────────────────────┘
🎉 DONE !

API:

  • -p or --platform=ios | android | all(default)
  • --patch(default), --minor, --major
1.0.1

2 years ago

1.0.0

2 years ago

0.1.1

4 years ago

0.1.0

4 years ago