Skip to content

Commit

Permalink
Updated application to 0.2.4-BETA
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaugarcia committed May 10, 2020
1 parent b6cee97 commit d2a4071
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sallefy",
"version": "0.2.3-BETA",
"version": "0.2.4-BETA",
"description": "Description for Sallefy",
"private": true,
"license": "UNLICENSED",
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.sallefy</groupId>
<artifactId>sallefy</artifactId>
<version>0.2.3-BETA</version>
<version>0.2.4-BETA</version>
<packaging>jar</packaging>
<name>Sallefy</name>

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/config/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jhipster:
default-include-pattern: /api/.*
title: Sallefy API
description: Through the Sallefy Web API, external applications retrieve Sallefy content such as album, playlists, tracks... To access user-related data through the Web API, an application must be authorized by the user to access that particular information.
version: 0.2.3
version: 0.2.4
terms-of-service-url:
license: MIT
license-url: https://raw.githubusercontent.com/arnaugarcia/sallefy/master/LICENSE
Expand Down

0 comments on commit d2a4071

Please sign in to comment.