nativescript-sazmand-version
NativeScript plugin for getting application's version number.
NativeScript App Version (nativescript-sazmand-version)
Installation
tns plugin add nativescript-sazmand-version
Usage
```
import { SazmandVersion } from 'nativescript-sazmand-version';
private appVersion: SazmandVersion;
constructor() {
this.appVersion.get()
}
```
License
Apache License Version 2.0, March 2018