Skip to content

Commit

Permalink
fix: removed version from plugin.xml since not updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanneff committed Dec 14, 2016
1 parent ed4b7a7 commit b1bf75d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
-->
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="io.branch.sdk"
version="2.4.0">
xmlns:android="http://schemas.android.com/apk/res/android"
id="branch-cordova-sdk"
version="0.0.0">

<name>branch-cordova-sdk</name>
<description>Branch SDK Plugin</description>
Expand Down

0 comments on commit b1bf75d

Please sign in to comment.