Skip to content

Commit

Permalink
🔖 Release v0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoLegends committed Oct 20, 2019
1 parent 6514b4a commit e671bb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-spotify-oauth",
"version": "0.1.12",
"version": "0.1.13",
"description": "Cordova plugin for authenticating with Spotify",
"main": "www/build/spotify-oauth.min.js",
"repository": "https://github.com/Festify/cordova-spotify-oauth.git",
Expand Down
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 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">
<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">
<name>cordova-spotify-oauth</name>

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

0 comments on commit e671bb6

Please sign in to comment.