Skip to content

Commit

Permalink
Bump version to 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Wykks committed Jun 13, 2015
1 parent 07e2625 commit 2c4d351
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
24 changes: 22 additions & 2 deletions data/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Untamed Now Playing v2.2 - Options</title>
<title>Untamed Now Playing v2.3 - Options</title>
<link href="third-party/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link rel="icon" type="image/png" href="ico/favicon-16x16.png" sizes="16x16">
<style type="text/css">
Expand Down Expand Up @@ -55,7 +55,7 @@
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="brand" href="#/about"><strong data-l10n-id="extention_name"></strong> <small>v2.2</small></a>
<a class="brand" href="#/about"><strong data-l10n-id="extention_name"></strong> <small>v2.3</small></a>
<div class="nav-collapse collapse">
<ul class="nav pull-right">
<li id="nav-options" class="active"><a href="#/options" data-l10n-id="nav_options"></a></li>
Expand Down Expand Up @@ -518,6 +518,26 @@ <h3 data-l10n-id="about_license"></h3>
<div id="changelog" class="main_content container">
<h1 data-l10n-id="nav_change"></h1>
<p>&nbsp;</p>
<h4 title="2.3">2.3 - 13 Jun 15</h4>
<ul>
<li>Fixed:
<ul>
<li>play.spotify.com (premium version should works now)</li>
<li>play.google.com (thanks to PhannGor)</li>
<li>jango.com</li>
<li>ah.fm/player</li>
<li>pleer.com</li>
<li>distortionradio.com</li>
</ul>
</li>
<li>Removed:
<ul>
<li>turntable.fm</li>
<li>piki.fm</li>
</ul>
</li>
</ul>
<p>&nbsp;</p>
<h4 title="2.2">2.2 - 19 May 15</h4>
<ul>
<li>Added:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Untamed Now Playing",
"id": "jid1-CCXBUPa5pAmTYw@jetpack",
"name": "unp",
"version": "2.2.0",
"version": "2.3.0",
"description": "Save 'now playing' data from music websites locally in TXT/JSON/XML",
"author": "Wykks",
"engines": {
Expand Down

0 comments on commit 2c4d351

Please sign in to comment.