Skip to content

Commit

Permalink
v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tgambet committed Jul 2, 2018
1 parent f1bb713 commit f8ea905
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ lazy val akkaVersion = "2.5.13"
lazy val root = (project in file(".")).
settings(
name := "Musicalypse",
version := "0.5.0",
version := "0.5.1",
licenses := Seq("MIT" -> new URL("https://choosealicense.com/licenses/mit/")),
organization := "net.creasource",
scalaVersion := "2.12.6",
Expand Down
2 changes: 1 addition & 1 deletion build/UWP/AppXManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Identity Name="53695CreaSource.Musicalypse"
ProcessorArchitecture="x64"
Publisher="CN=482ACF73-DAC8-4D98-BA01-FA590F32FB7E"
Version="0.5.0.0" />
Version="0.5.1.0" />
<Properties>
<DisplayName>Musicalypse</DisplayName>
<PublisherDisplayName>CreaSource</PublisherDisplayName>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Musicalypse",
"description": "A modern audio player built with Web technologies.",
"version": "0.5.0",
"version": "0.5.1",
"author": "Thomas Gambet <[email protected]> (https://github.com/tgambet/)",
"license": "MIT",
"main": "target/electron/out-tsc/main.js",
Expand Down
2 changes: 1 addition & 1 deletion web/src/app/core/components/about.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {environment} from '@env/environment';
template: `
<div class="about">
<h2>About</h2>
<p class="bolder">Version 0.5.0</p>
<p class="bolder">Version 0.5.1</p>
<p>
<img src="assets/logo_grey.svg" height="120" style="float: left; margin: 0 1rem 1rem 0;">
Musicalypse is an open source software developed and maintained by Thomas GAMBET, available on all desktop platforms
Expand Down

0 comments on commit f8ea905

Please sign in to comment.