Skip to content

Instantly share code, notes, and snippets.

@pwmckenna
Created November 16, 2012 21:48
Show Gist options
  • Save pwmckenna/4091212 to your computer and use it in GitHub Desktop.
Save pwmckenna/4091212 to your computer and use it in GitHub Desktop.
retreiving client build number
app.btapp.on('pairing:found', function(info) {
var build_number = info.version.engine_version;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment