Skip to content

Commit 72cd97d

Browse files
committed
prepare release 0.2.0
1 parent 25cbc6f commit 72cd97d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Changelog

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0.2.0-snapshot:
1+
0.2.0:
22
Bugfixes:
33
- delete multiple recordings could destroy the internal tree data structure
44
- more useful notification if VDR is not running or cannot be reached

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
apply plugin: 'war'
99

1010
group 'jonglisto-ng'
11-
version '0.2.0-snapshot'
11+
version '0.2.0'
1212

1313
sourceCompatibility = "1.8"
1414
targetCompatibility = "1.8"

docker/runtime-tomee/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN set -x \
1818
&& mkdir /etc/jonglisto \
1919
&& mkdir /var/jonglisto-ng \
2020

21-
&& curl -fSL https://github.com/Zabrimus/jonglisto-ng/releases/download/v0.1.0/jonglisto-ng-0.1.0.tar.gz -o /tmp/jonglisto-ng.tar.gz \
21+
&& curl -fSL https://github.com/Zabrimus/jonglisto-ng/releases/download/v0.2.0/jonglisto-ng-0.2.0.tar.gz -o /tmp/jonglisto-ng.tar.gz \
2222
&& cd /tmp \
2323
&& tar -zxf jonglisto-ng.tar.gz \
2424
&& mv jonglisto-ng*war /usr/local/tomee/webapps/jonglisto-ng.war \

0 commit comments

Comments
 (0)