File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- 0.2.0-snapshot :
1
+ 0.2.0:
2
2
Bugfixes:
3
3
- delete multiple recordings could destroy the internal tree data structure
4
4
- more useful notification if VDR is not running or cannot be reached
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
8
8
apply plugin : ' war'
9
9
10
10
group ' jonglisto-ng'
11
- version ' 0.2.0-snapshot '
11
+ version ' 0.2.0'
12
12
13
13
sourceCompatibility = " 1.8"
14
14
targetCompatibility = " 1.8"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN set -x \
18
18
&& mkdir /etc/jonglisto \
19
19
&& mkdir /var/jonglisto-ng \
20
20
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 \
22
22
&& cd /tmp \
23
23
&& tar -zxf jonglisto-ng.tar.gz \
24
24
&& mv jonglisto-ng*war /usr/local/tomee/webapps/jonglisto-ng.war \
You can’t perform that action at this time.
0 commit comments