Skip to content

Commit

Permalink
Merge pull request #193 from svenackermann/release/4.2.2
Browse files Browse the repository at this point in the history
merge release/4.2.2 to master
  • Loading branch information
svenackermann authored Sep 29, 2016
2 parents 0fa4dfb + 15753df commit 96de069
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "primeplayer",
"version": "4.2.1",
"version": "4.2.2",
"dependencies": {
"jquery": "3.1.0",
"jquery": "3.1.1",
"npm-polymer-elements": "^0.0.1"
},
"devDependencies": {
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-changed": "^1.3.0",
"gulp-changed": "^1.3.2",
"gulp-concat": "^2.6.0",
"gulp-htmlmin": "^2.0.0",
"gulp-htmlmin": "^3.0.0",
"gulp-if": "^2.0.1",
"gulp-jscs": "^4.0.0",
"gulp-jscs-stylish": "^1.4.0",
Expand All @@ -20,15 +20,15 @@
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.4",
"gulp-uglify": "^2.0.0",
"gulp-zip": "^3.2.0",
"gulp-polylint": "^1.0.2",
"gulp-polylint": "^1.0.3",
"polybuild": "^1.1.0",
"jshint": "^2.9.2",
"jshint-stylish": "^2.2.0",
"jshint": "^2.9.3",
"jshint-stylish": "^2.2.1",
"merge-stream": "^1.0.0",
"run-sequence": "^1.2.2",
"yargs": "^4.8.1"
"yargs": "^5.0.0"
},
"scripts": {
"preinstall": "npm i -g gulp-cli"
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Prime Player for Google Play Music\u2122",
"short_name": "__MSG_extTitle__",
"description": "__MSG_extDesc__",
"version": "4.2.1",
"version": "4.2.2",
"author": "Sven Ackermann",
"homepage_url": "https://chrome.google.com/webstore/detail/prime-player-for-google-p/npngaakpdgeaajbnidkkginekmnaejbi",
"minimum_chrome_version": "50",
Expand Down
2 changes: 1 addition & 1 deletion src/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ <h1>Credits</h1>
<a target="_blank" href="http://www.last.fm/user/djdixit" data-network="lastfm"><img alt="Last.fm" src="img/link-lastfm.png"></a>
<a target="_blank" href="https://plus.google.com/+SvenAckermann4" data-network="googleplus"><img alt="Google+" src="img/link-googleplus.png"></a>
<a target="_blank" href="https://twitter.com/svenackermann4" data-network="twitter"><img alt="Twitter" src="img/link-twitter.png"></a>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank">
<form action="https://www.paypal.com/cgi-bin/webscr" method="get" target="_blank">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="VYAWB4Q5ULSS6">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!" data-network="paypal">
Expand Down

0 comments on commit 96de069

Please sign in to comment.