diff --git a/Core/pom.xml b/Core/pom.xml index 3315fdae..2f840f64 100755 --- a/Core/pom.xml +++ b/Core/pom.xml @@ -5,7 +5,7 @@ Gaps com.jasonhhouse - 0.8.10 + 0.8.11 4.0.0 diff --git a/Dockerfile b/Dockerfile index 7649e37e..5b1335e7 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM adoptopenjdk/openjdk11-openj9:jre-11.0.9_11_openj9-0.23.0 +FROM adoptopenjdk/openjdk11-openj9:jre-11.0.10_9_openj9-0.24.0 LABEL maintainer="jh5975@gmail.com" LABEL name="Jason House" @@ -24,7 +24,7 @@ RUN mkdir -p /usr/app && chmod 777 /usr/data WORKDIR /usr/app -COPY GapsWeb/target/GapsWeb-0.8.10.jar /usr/app/gaps.jar +COPY GapsWeb/target/GapsWeb-0.8.11.jar /usr/app/gaps.jar COPY start.sh /usr/app/ diff --git a/Dockerfile.arm64 b/Dockerfile.arm64 index 67f06500..01583628 100755 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -26,7 +26,7 @@ RUN mkdir -p /usr/app && chmod 777 /usr/data WORKDIR /usr/app -COPY GapsWeb/target/GapsWeb-0.8.10.jar /usr/app/gaps.jar +COPY GapsWeb/target/GapsWeb-0.8.11.jar /usr/app/gaps.jar COPY start.sh /usr/app/ diff --git a/Dockerfile.dev b/Dockerfile.dev index 711b45bb..86ff5ce5 100755 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -1,4 +1,4 @@ -FROM adoptopenjdk/openjdk11-openj9:jre-11.0.9_11_openj9-0.23.0 +FROM adoptopenjdk/openjdk11-openj9:jre-11.0.10_9_openj9-0.24.0 ## Build image with sensible default environment values ## ENV gapsVersion=* diff --git a/Dockerfile.ppc64le b/Dockerfile.ppc64le index 9d966c85..d48f3bc4 100755 --- a/Dockerfile.ppc64le +++ b/Dockerfile.ppc64le @@ -1,4 +1,4 @@ -FROM adoptopenjdk/openjdk11-openj9:ppc64le-tumbleweed-jre-11.0.9_11_openj9-0.23.0 +FROM adoptopenjdk/openjdk11-openj9:ppc64le-tumbleweed-jre-11.0.10_9_openj9-0.24.0 LABEL maintainer="jh5975@gmail.com" LABEL name="Jason House" @@ -20,7 +20,7 @@ RUN mkdir -p /usr/app && chmod 777 /usr/data WORKDIR /usr/app -COPY GapsWeb/target/GapsWeb-0.8.10.jar /usr/app/gaps.jar +COPY GapsWeb/target/GapsWeb-0.8.11.jar /usr/app/gaps.jar COPY start.sh /usr/app/ diff --git a/Dockerfile.raspbian b/Dockerfile.raspbian index cad60335..be95be4c 100755 --- a/Dockerfile.raspbian +++ b/Dockerfile.raspbian @@ -20,7 +20,7 @@ RUN mkdir -p /usr/app && chmod 777 /usr/data WORKDIR /usr/app -COPY GapsWeb/target/GapsWeb-0.8.10.jar /usr/app/gaps.jar +COPY GapsWeb/target/GapsWeb-0.8.11.jar /usr/app/gaps.jar COPY start.sh /usr/app/ diff --git a/Dockerfile.riscv64 b/Dockerfile.riscv64 index 7eeaccc5..8973a51c 100755 --- a/Dockerfile.riscv64 +++ b/Dockerfile.riscv64 @@ -24,7 +24,7 @@ RUN mkdir -p /usr/app && chmod 777 /usr/data WORKDIR /usr/app -COPY GapsWeb/target/GapsWeb-0.8.10.jar /usr/app/gaps.jar +COPY GapsWeb/target/GapsWeb-0.8.11.jar /usr/app/gaps.jar COPY start.sh /usr/app/ diff --git a/GapsAsJar/gaps.nsi b/GapsAsJar/gaps.nsi index 29af3617..0eea38fa 100644 --- a/GapsAsJar/gaps.nsi +++ b/GapsAsJar/gaps.nsi @@ -48,4 +48,4 @@ RMDIR /r $INSTDIR SectionEnd # name the installer -OutFile "gaps-0.8.10-installer.exe" \ No newline at end of file +OutFile "gaps-0.8.11-installer.exe" \ No newline at end of file diff --git a/GapsWeb/pom.xml b/GapsWeb/pom.xml index 42bd6ce8..1df3b63a 100755 --- a/GapsWeb/pom.xml +++ b/GapsWeb/pom.xml @@ -5,7 +5,7 @@ Gaps com.jasonhhouse - 0.8.10 + 0.8.11 4.0.0 diff --git a/GapsWeb/src/main/resources/application.yaml b/GapsWeb/src/main/resources/application.yaml index d2efd3ac..a013f941 100755 --- a/GapsWeb/src/main/resources/application.yaml +++ b/GapsWeb/src/main/resources/application.yaml @@ -47,7 +47,7 @@ info: app: name: Gaps description: Gaps searches through your Plex Server or local folders for all movies, then queries for known movies in the same collection. If those movies don't exist in your library, Gaps will recommend getting those movies, legally of course. - version: 0.8.10 + version: 0.8.11 storageFolder: /usr/data properties: rssFeed: rssFeed.json diff --git a/GapsWeb/src/main/resources/templates/about.html b/GapsWeb/src/main/resources/templates/about.html index d92f94c5..b9a975ef 100755 --- a/GapsWeb/src/main/resources/templates/about.html +++ b/GapsWeb/src/main/resources/templates/about.html @@ -78,7 +78,7 @@ Gaps Logo

About

-

v0.8.10

+

v0.8.11

Gaps searches through your Plex Server. It then queries for known diff --git a/GapsWeb/src/main/resources/templates/index.html b/GapsWeb/src/main/resources/templates/index.html index b7aaebdf..8d33e063 100755 --- a/GapsWeb/src/main/resources/templates/index.html +++ b/GapsWeb/src/main/resources/templates/index.html @@ -77,7 +77,7 @@

Gaps Logo -

v0.8.10

+

v0.8.11

Gaps searches through your Plex Server. It then queries for known diff --git a/GapsWeb/src/main/resources/templates/updates.html b/GapsWeb/src/main/resources/templates/updates.html index 7aa27ea2..fec55ce7 100755 --- a/GapsWeb/src/main/resources/templates/updates.html +++ b/GapsWeb/src/main/resources/templates/updates.html @@ -78,6 +78,11 @@ Gaps Logo

Updates

+

v0.8.11

+ +

v0.8.10