From 3f1840849f6fbd2590ed15fa996a8812534676eb Mon Sep 17 00:00:00 2001 From: Ben Isaacs Date: Fri, 24 Apr 2020 00:44:27 +0100 Subject: [PATCH] version 1.9 --- README.md | 10 +++++----- pom.xml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index dafaae3..1f306ec 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -CDJ Scrobbler v1.9-SNAPSHOT ---------------------------- +CDJ Scrobbler v1.9 +------------------ ![Java CI with Maven](https://github.com/ben-xo/cdjscrobbler/workflows/Java%20CI%20with%20Maven/badge.svg?branch=develop) @@ -32,18 +32,18 @@ Run twitter4j.oauth.consumerSecret=a key that you got from https://developer.twitter.com twitter4j.oauth.consumerKey=the secret that goes with that key -* Finally double click `cdjscrobbler-1.9-SNAPSHOT.jar` +* Finally double click `cdjscrobbler-1.9.jar` If you want to run it from the Terminal (e.g. from a Raspberry Pi) - java -jar cdjscrobbler-1.9-SNAPSHOT.jar --twitter --lfm + java -jar cdjscrobbler-1.9.jar --twitter --lfm * If this is the first time you have run CDJ Scrobbler, you will be prompted to authorize Last.fm and Twitter in turn. The authorization secrets will be saved into the file `cdjscrobbler.properties` in your home directory. (If you want to use a different file, use the `--conf` option) * For more information on the options, - java -jar cdjscrobbler-1.9-SNAPSHOT.jar --help + java -jar cdjscrobbler-1.9.jar --help Options diff --git a/pom.xml b/pom.xml index 1d2681e..f550bf6 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ am.xo.cdjscrobbler cdjscrobbler jar - 1.9-SNAPSHOT + 1.9