#!/bin/bash

grep 'version=' cordova/config.xml | sed -n 's/\s*version="\(.*\)"/\1/p'
