Skip to content

Commit

Permalink
Version bump all the things
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed Feb 1, 2016
1 parent 6e3f483 commit f0bb25f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Google Play Music.Bootstrapper/Bundle.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
xmlns:netfx="http://schemas.microsoft.com/wix/NetFxExtension"
xmlns:bal="http://schemas.microsoft.com/wix/BalExtension">
<Bundle Name="Google Play Music Desktop Player" Version="2.0.2" Manufacturer="MarshallOfSound"
<Bundle Name="Google Play Music Desktop Player" Version="2.1.1" Manufacturer="MarshallOfSound"
UpgradeCode="cd40bffe-ea0f-4e9b-aeaf-2416f44ad40f" Compressed="yes" DisableModify="yes"
IconSourceFile="..\Google Play Music\Resources\Icons\Icon1.ico"
HelpUrl="https://github.com/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-/issues" DisableRepair="yes">
Expand Down
2 changes: 1 addition & 1 deletion Google Play Music.Installer/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Product Id="*"
Name="Google Play Music Desktop Player"
Language="1033"
Version="2.0.2"
Version="2.1.1"
Manufacturer="MarshallOfSound"
UpgradeCode="2f8492cc-221c-4815-8e50-891e43989b7f" >

Expand Down
2 changes: 1 addition & 1 deletion Google Play Music/CoreMusicApp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Google_Play_Music
public partial class CoreMusicApp : MaterialForm
{

public static string CURRENT_VERSION = "2.1.0";
public static string CURRENT_VERSION = "2.1.1";
private MaterialSkinManager skin;
private Utilities.Updater updater;
private Size rolling_size;
Expand Down
2 changes: 1 addition & 1 deletion Google Play Music/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google-play-music-desktop-player",
"version": "2.0.2",
"version": "2.1.1",
"description": "Google Play Music™ Desktop Player\r =========================",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2.0.2-{build}
version: 2.1.1-{build}
install:
- ps: Install-Product node $env:nodejs_version
before_build:
Expand Down

0 comments on commit f0bb25f

Please sign in to comment.