From 2e0634a226f1ab4c1704cb9fe74d19f0793a843c Mon Sep 17 00:00:00 2001 From: Jason House Date: Sat, 15 Jan 2022 13:21:02 -0500 Subject: [PATCH] 0.9.13 --- Core/pom.xml | 2 +- Dockerfile | 2 +- Dockerfile.riscv64 | 2 +- GapsAsJar/gaps.nsi | 2 +- GapsWeb/pom.xml | 2 +- GapsWeb/src/main/resources/application.yaml | 2 +- GapsWeb/src/main/resources/templates/about.html | 2 +- GapsWeb/src/main/resources/templates/index.html | 2 +- GapsWeb/src/main/resources/templates/updates.html | 6 ++++++ Plex/pom.xml | 2 +- RadarrV3/pom.xml | 2 +- application-custom.yml | 2 +- build | 2 +- cypress/integration/about/about.spec.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- pom.xml | 4 ++-- 17 files changed, 24 insertions(+), 18 deletions(-) diff --git a/Core/pom.xml b/Core/pom.xml index d94780f7..721a38ac 100755 --- a/Core/pom.xml +++ b/Core/pom.xml @@ -5,7 +5,7 @@ Gaps com.jasonhhouse - 0.9.12 + 0.9.13 4.0.0 diff --git a/Dockerfile b/Dockerfile index 1ee26ccb..9198dd17 100755 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,7 @@ RUN mkdir -p /usr/app && chmod 777 /usr/app WORKDIR /usr/app -COPY GapsWeb/target/GapsWeb-0.9.12.jar /usr/app/gaps.jar +COPY GapsWeb/target/GapsWeb-0.9.13.jar /usr/app/gaps.jar COPY start.sh /usr/app/ diff --git a/Dockerfile.riscv64 b/Dockerfile.riscv64 index 439c5de8..92840387 100755 --- a/Dockerfile.riscv64 +++ b/Dockerfile.riscv64 @@ -36,7 +36,7 @@ RUN mkdir -p /usr/app && chmod 777 /usr/app WORKDIR /usr/app -COPY GapsWeb/target/GapsWeb-0.9.12.jar /usr/app/gaps.jar +COPY GapsWeb/target/GapsWeb-0.9.13.jar /usr/app/gaps.jar COPY start.sh /usr/app/ diff --git a/GapsAsJar/gaps.nsi b/GapsAsJar/gaps.nsi index 608e22f1..c63fa6d6 100644 --- a/GapsAsJar/gaps.nsi +++ b/GapsAsJar/gaps.nsi @@ -48,4 +48,4 @@ RMDIR /r $INSTDIR SectionEnd # name the installer -OutFile "gaps-0.9.12-installer.exe" \ No newline at end of file +OutFile "gaps-0.9.13-installer.exe" \ No newline at end of file diff --git a/GapsWeb/pom.xml b/GapsWeb/pom.xml index 9bae3c11..5db78bf3 100755 --- a/GapsWeb/pom.xml +++ b/GapsWeb/pom.xml @@ -5,7 +5,7 @@ Gaps com.jasonhhouse - 0.9.12 + 0.9.13 4.0.0 diff --git a/GapsWeb/src/main/resources/application.yaml b/GapsWeb/src/main/resources/application.yaml index 31922b96..2e228c79 100755 --- a/GapsWeb/src/main/resources/application.yaml +++ b/GapsWeb/src/main/resources/application.yaml @@ -42,7 +42,7 @@ info: app: name: Gaps description: Gaps searches through your Plex Server 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.9.12 + version: 0.9.13 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 7d44ed59..dbe2941e 100755 --- a/GapsWeb/src/main/resources/templates/about.html +++ b/GapsWeb/src/main/resources/templates/about.html @@ -29,7 +29,7 @@ Gaps Logo

About

-

v0.9.12

+

v0.9.13

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 da5f5aad..d7326b9c 100755 --- a/GapsWeb/src/main/resources/templates/index.html +++ b/GapsWeb/src/main/resources/templates/index.html @@ -27,7 +27,7 @@

Gaps Logo -

v0.9.12

+

v0.9.13

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 423d3bdd..18c65327 100755 --- a/GapsWeb/src/main/resources/templates/updates.html +++ b/GapsWeb/src/main/resources/templates/updates.html @@ -28,6 +28,12 @@ Gaps Logo

Updates

+

v0.9.13

+ +

v0.9.12