From 07fbd78578d18eee7a388a1c34347b13028ec11b Mon Sep 17 00:00:00 2001 From: Arnau Garcia Date: Wed, 8 Apr 2020 18:54:40 +0200 Subject: [PATCH] Updated application to version 0.1.29-BETA --- package.json | 2 +- pom.xml | 2 +- src/main/resources/config/application.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a26ca1c8..d71308b5 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sallefy", - "version": "0.1.28-BETA", + "version": "0.1.29-BETA", "description": "Description for Sallefy", "private": true, "license": "UNLICENSED", diff --git a/pom.xml b/pom.xml index fc12e966..c5a9173f 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.sallefy sallefy - 0.1.28-BETA + 0.1.29-BETA jar Sallefy diff --git a/src/main/resources/config/application.yml b/src/main/resources/config/application.yml index d5c0e19a..02357f03 100755 --- a/src/main/resources/config/application.yml +++ b/src/main/resources/config/application.yml @@ -133,7 +133,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.1.28 + version: 0.1.29 terms-of-service-url: license: MIT license-url: https://raw.githubusercontent.com/arnaugarcia/sallefy/master/LICENSE