Skip to content

Commit

Permalink
Fix version in plugin.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
timflapper committed Jan 31, 2015
1 parent 160287d commit aa232ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="com.timflapper.spotify" version="0.1">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="com.timflapper.spotify" version="0.1.0">
<name>Spotify Cordova Plugin</name>
<description>This plugin provides a JavaScript API for Spotify's iOS SDK.</description>
<author>Tim Flapper</author>
Expand Down

0 comments on commit aa232ed

Please sign in to comment.