diff --git a/Core/pom.xml b/Core/pom.xml
index 3315fda..2f840f6 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 7649e37..6c2553c 100755
--- a/Dockerfile
+++ b/Dockerfile
@@ -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 67f0650..0158362 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.ppc64le b/Dockerfile.ppc64le
index 9d966c8..9d8a027 100755
--- a/Dockerfile.ppc64le
+++ b/Dockerfile.ppc64le
@@ -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 cad6033..be95be4 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 7eeaccc..8973a51 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 29af361..0eea38f 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 42bd6ce..1df3b63 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 d2efd3a..a013f94 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 d92f94c..b9a975e 100755
--- a/GapsWeb/src/main/resources/templates/about.html
+++ b/GapsWeb/src/main/resources/templates/about.html
@@ -78,7 +78,7 @@
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 b7aaebd..8d33e06 100755
--- a/GapsWeb/src/main/resources/templates/index.html
+++ b/GapsWeb/src/main/resources/templates/index.html
@@ -77,7 +77,7 @@

-
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 7aa27ea..fec55ce 100755
--- a/GapsWeb/src/main/resources/templates/updates.html
+++ b/GapsWeb/src/main/resources/templates/updates.html
@@ -78,6 +78,11 @@
Updates
+
v0.8.11
+
+ - Updated SpringBoot to 2.4.4
+
+
v0.8.10
- Fixing exception that prevented multi plex server automatic scans
diff --git a/Plex/pom.xml b/Plex/pom.xml
index 6da9194..eb72539 100755
--- a/Plex/pom.xml
+++ b/Plex/pom.xml
@@ -5,7 +5,7 @@
Gaps
com.jasonhhouse
- 0.8.10
+ 0.8.11
4.0.0
diff --git a/RadarrV3/pom.xml b/RadarrV3/pom.xml
index e93c2c7..07d736d 100755
--- a/RadarrV3/pom.xml
+++ b/RadarrV3/pom.xml
@@ -5,7 +5,7 @@
Gaps
com.jasonhhouse
- 0.8.10
+ 0.8.11
4.0.0
diff --git a/application-custom.yml b/application-custom.yml
index c08ed3e..1f71ca9 100644
--- a/application-custom.yml
+++ b/application-custom.yml
@@ -44,7 +44,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: /{CUSTOM_FOLDER} #Change to folder that gaps has permission to read, write, and delete in.
properties:
rssFeed: rssFeed.json
diff --git a/build b/build
index 26e5e3f..4451b24 100755
--- a/build
+++ b/build
@@ -1,6 +1,6 @@
#!/bin/bash
set -e
-VERSION=0.8.10
+VERSION=0.8.11
JAR_VERSION="GapsWeb/target/GapsWeb-$VERSION.jar"
ZIP_VERSION="GapsAsJar-$VERSION.zip"
npm ci
diff --git a/build.bat b/build.bat
index 494b775..39b5b23 100644
--- a/build.bat
+++ b/build.bat
@@ -7,7 +7,7 @@ call npm run uglifyjs-pages
call mvn clean install
del GapsOnWindows\*.jar
del GapsOnWindows\README.md
-copy GapsWeb\target\GapsWeb-0.8.10.jar GapsOnWindows\gaps.jar
+copy GapsWeb\target\GapsWeb-0.8.11.jar GapsOnWindows\gaps.jar
copy README.md GapsOnWindows\
cd GapsOnWindows
makensis gaps.nsi
\ No newline at end of file
diff --git a/cypress/integration/about/about.spec.js b/cypress/integration/about/about.spec.js
index 3aee218..7a7fa47 100644
--- a/cypress/integration/about/about.spec.js
+++ b/cypress/integration/about/about.spec.js
@@ -21,7 +21,7 @@ describe('Verify About Page', () => {
.should('have.text', 'About');
cy.get('.container > :nth-child(3)')
- .should('have.text', 'v0.8.10');
+ .should('have.text', 'v0.8.11');
cy.get('.container > :nth-child(6)')
.should('have.text', 'Software');
diff --git a/package-lock.json b/package-lock.json
index d6ec9d0..ae8b8f1 100755
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,11 +1,11 @@
{
"name": "gaps",
- "version": "0.8.10",
+ "version": "0.8.11",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
- "version": "0.8.10",
+ "version": "0.8.11",
"license": "ISC",
"dependencies": {
"cssnano": "^4.1.10",
diff --git a/package.json b/package.json
index 16e0e54..6b9165a 100755
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "gaps",
- "version": "0.8.10",
+ "version": "0.8.11",
"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.",
"main": "/",
"dependencies": {
diff --git a/pom.xml b/pom.xml
index a8ab68c..6d500c9 100755
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
com.jasonhhouse
Gaps
- 0.8.10
+ 0.8.11
Gaps
Demo project for Spring Boot
@@ -26,7 +26,7 @@
3.9
1.9
2.8.0
- 0.8.10
+ 0.8.11
3.0.0
30.1-jre
5.2.12.Final