danmichaelo / cordova-plugin-appinfo

Cordova plugin that provides a method for getting the app version number across platforms (iOs, Android, WP8, Windows)
MIT License
21 stars 16 forks source link

Added synchronous implementation maintaining compatibility #11

Closed jcesarmobile closed 8 years ago

jcesarmobile commented 8 years ago

Added synchronous implementation maintaining compatibility with the previous asyncronous implementation

resolves https://github.com/danmichaelo/cordova-plugin-appinfo/issues/10

danmichaelo commented 8 years ago

Great, thanks! I'll push this to npm

pke commented 8 years ago

Very nice, glad you could manage to write it!