From e75406b7990d096f2fc448f8bade3cba04db9f82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Z=C3=A9=20Bateira?= Date: Tue, 6 May 2014 11:15:09 +0100 Subject: [PATCH] v0.9.1 --- README.md | 11 ++++++++--- install.sh | 2 +- manifest.json | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 05bf10b..daa23ec 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,9 @@ These are the contents of the script: ```sh $ mkdir ~/Spotify ; cd ~/Spotify $ rm -rf rama -$ rm rama_v0.9.tar.gz -$ curl https://github.com/carsy/rama-spotify/releases/download/v0.9/rama_v0.9.tar.gz -$ tar -xvf rama_v0.9.tar.gz +$ rm rama_v0.9.1.tar.gz +$ curl https://github.com/carsy/rama-spotify/releases/download/v0.9.1/rama_v0.9.1.tar.gz +$ tar -xvf rama_v0.9.1.tar.gz $ open spotify:app:rama ``` @@ -59,6 +59,9 @@ With no official release for the Spotify Desktop Client, there's nothing I can d [Releases] ---- +[v0.9.1] - Expand button bugfix + - expand button shown after expand. + [v0.9] - Exploring the graph - Expand control button added. @@ -113,6 +116,8 @@ José Bateira [here]:https://github.com/carsy/rama-spotify/releases/latest [Releases]:https://github.com/carsy/rama-spotify/releases/latest [issues]:https://github.com/carsy/rama-spotify/issues +[v0.9.1]:https://github.com/carsy/rama-spotify/releases/tag/v0.9.1 +[v0.9]:https://github.com/carsy/rama-spotify/releases/tag/v0.9 [v0.8]:https://github.com/carsy/rama-spotify/releases/tag/v0.8 [v0.6]:https://github.com/carsy/rama-spotify/releases/tag/v0.6 [v0.5]:https://github.com/carsy/rama-spotify/releases/tag/v0.5 diff --git a/install.sh b/install.sh index 7801873..f987590 100644 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/bin/sh -version="v0.9" +version="v0.9.1" mkdir ~/Spotify ; cd ~/Spotify rm -rf rama-spotify diff --git a/manifest.json b/manifest.json index 5ed47f2..3ed4f0f 100644 --- a/manifest.json +++ b/manifest.json @@ -11,7 +11,7 @@ "track" ], "BundleType": "Application", - "BundleVersion": "0.9", + "BundleVersion": "0.9.1", "Dependencies": { "api": "1.0.0", "views": "1.0.0",