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