1.1.0 • Published 4 years ago

json-version-inc v1.1.0

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

json-version-inc

Increments a version field property in a json file and rewrites the original file

Why ?

I needed a way to increment the versions for android and ios react-native expo builds in order to be able to use CI and fastlane to submit builds to Play Store and App Store.

Install

$ npm install -g json-version-inc

Usage

json-version-inc -j [JSON_FILE_PATH] -p [VERSION_PROPERTY_PATH] -t [TYPE: MAJOR | MINOR | PATCH]

Example

json-version-inc -j ./app.json -p expo.ios.buildNumber -t PATCH

License

MIT

1.1.0

4 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago