Skip to content

Commit 6d8343b

Browse files
committed
🔖 Version 0.1.10
1 parent 74e6512 commit 6d8343b

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.8",
3+
"version": "0.1.10",
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.8" 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.10" 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)