From 4e58628b622e825a449f317fbd4e5d6c4c8b5836 Mon Sep 17 00:00:00 2001 From: Gianlu Date: Mon, 25 Nov 2019 11:37:10 +0100 Subject: [PATCH] Release 1.0.0 --- README.md | 5 +++-- api/pom.xml | 2 +- common/pom.xml | 2 +- core/pom.xml | 2 +- pom.xml | 2 +- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5b5a6136..57c63416 100644 --- a/README.md +++ b/README.md @@ -55,10 +55,11 @@ This project uses [Maven](https://maven.apache.org/), after installing it you ca To run the newly build jar run `java -jar ./core/target/librespot-core-jar-with-dependencies.jar`. ## Related Projects -[ansible-role-librespot](https://github.com/xMordax/ansible-role-librespot/tree/master) - Ansible role that will build, install and configure Librespot-Java. +- [librespot](https://github.com/librespot-org/librespot) +- [ansible-role-librespot](https://github.com/xMordax/ansible-role-librespot/tree/master) - Ansible role that will build, install and configure Librespot-Java. # Special thanks - All the developers of [librespot](https://github.com/librespot-org/librespot) which started this project in Rust -- All the contributors of this project for testing and fixing stuff, especially [@loeffelpan](https://github.com/loeffelpan), [@crsmoro](https://github.com/crsmoro) and [@Schluggi](https://github.com/Schluggi) for the feedback provided +- All the contributors of this project for testing and fixing stuff - that provided a free license for their [Java Profiler](https://www.yourkit.com/java/profiler/) diff --git a/api/pom.xml b/api/pom.xml index 7fa12192..d0fc0a47 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -5,7 +5,7 @@ xyz.gianlu.librespot librespot-java - 0.6.2 + 1.0.0 ../ diff --git a/common/pom.xml b/common/pom.xml index 0e5e7655..e4e75e54 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -5,7 +5,7 @@ xyz.gianlu.librespot librespot-java - 0.6.2 + 1.0.0 ../ diff --git a/core/pom.xml b/core/pom.xml index 5c368c7a..a692a011 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -5,7 +5,7 @@ xyz.gianlu.librespot librespot-java - 0.6.2 + 1.0.0 ../ diff --git a/pom.xml b/pom.xml index a379caa9..a26fda60 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ xyz.gianlu.librespot librespot-java pom - 0.6.2 + 1.0.0 librespot-java Java port of librespot, the Open Source Spotify client library