Skip to content

Commit e671bb6

Browse files
committed
🔖 Release v0.1.13
1 parent 6514b4a commit e671bb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-spotify-oauth",
3-
"version": "0.1.12",
3+
"version": "0.1.13",
44
"description": "Cordova plugin for authenticating with Spotify",
55
"main": "www/build/spotify-oauth.min.js",
66
"repository": "https://github.com/Festify/cordova-spotify-oauth.git",

plugin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<plugin id="cordova-spotify-oauth" version="0.1.12" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
2+
<plugin id="cordova-spotify-oauth" version="0.1.13" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
33
<name>cordova-spotify-oauth</name>
44

55
<js-module name="cordova-spotify-oauth" src="www/build/spotify-oauth.min.js">

0 commit comments

Comments
 (0)