diff --git a/README.md b/README.md index fb1c10ff..a5dc5b3c 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ Docker images are built automatically and are available at https://hub.docker.co ### Download precompiled package mkdir commafeed && cd commafeed - wget https://github.com/Athou/commafeed/releases/download/3.0.0/commafeed.jar - wget https://raw.githubusercontent.com/Athou/commafeed/3.0.0/commafeed-server/config.yml.example -O config.yml + wget https://github.com/Athou/commafeed/releases/download/3.0.1/commafeed.jar + wget https://raw.githubusercontent.com/Athou/commafeed/3.0.1/commafeed-server/config.yml.example -O config.yml vi config.yml java -Djava.net.preferIPv4Stack=true -jar commafeed.jar server config.yml diff --git a/commafeed-client/pom.xml b/commafeed-client/pom.xml index 545f9cca..2a487fb9 100644 --- a/commafeed-client/pom.xml +++ b/commafeed-client/pom.xml @@ -5,7 +5,7 @@ com.commafeed commafeed - 3.0.0 + 3.0.1 commafeed-client CommaFeed Client diff --git a/commafeed-server/pom.xml b/commafeed-server/pom.xml index 81ba7dc0..27a440b8 100644 --- a/commafeed-server/pom.xml +++ b/commafeed-server/pom.xml @@ -1,11 +1,12 @@ - + 4.0.0 com.commafeed commafeed - 3.0.0 + 3.0.1 commafeed-server CommaFeed Server @@ -112,8 +113,10 @@ - - + + com.commafeed.CommaFeedApplication @@ -230,7 +233,7 @@ com.commafeed commafeed-client - 3.0.0 + 3.0.1 diff --git a/pom.xml b/pom.xml index 4ce1cf30..b2f09573 100644 --- a/pom.xml +++ b/pom.xml @@ -1,10 +1,11 @@ - + 4.0.0 com.commafeed commafeed - 3.0.0 + 3.0.1 CommaFeed pom