diff --git a/build.sbt b/build.sbt index b03627c..360879f 100644 --- a/build.sbt +++ b/build.sbt @@ -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", diff --git a/build/UWP/AppXManifest.xml b/build/UWP/AppXManifest.xml index b640377..5ff2310 100644 --- a/build/UWP/AppXManifest.xml +++ b/build/UWP/AppXManifest.xml @@ -6,7 +6,7 @@ + Version="0.5.1.0" /> Musicalypse CreaSource diff --git a/package.json b/package.json index a0b4f19..0b16de8 100644 --- a/package.json +++ b/package.json @@ -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 (https://github.com/tgambet/)", "license": "MIT", "main": "target/electron/out-tsc/main.js", diff --git a/web/src/app/core/components/about.component.ts b/web/src/app/core/components/about.component.ts index 0352f63..547b10a 100644 --- a/web/src/app/core/components/about.component.ts +++ b/web/src/app/core/components/about.component.ts @@ -6,7 +6,7 @@ import {environment} from '@env/environment'; template: `

About

-

Version 0.5.0

+

Version 0.5.1

Musicalypse is an open source software developed and maintained by Thomas GAMBET, available on all desktop platforms