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 @@
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 @@
-
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 @@
Updates
+
v0.9.13
+
+ - NPM and Maven Version Updates
+ - Fixed broken dev build
+
+
v0.9.12
- Fixed bug when empty text caused date parsing crash on upcoming movies
diff --git a/Plex/pom.xml b/Plex/pom.xml
index b383cd66..95be4ddf 100755
--- a/Plex/pom.xml
+++ b/Plex/pom.xml
@@ -5,7 +5,7 @@
Gaps
com.jasonhhouse
- 0.9.12
+ 0.9.13
4.0.0
diff --git a/RadarrV3/pom.xml b/RadarrV3/pom.xml
index 6e52c2f6..44e61871 100755
--- a/RadarrV3/pom.xml
+++ b/RadarrV3/pom.xml
@@ -5,7 +5,7 @@
Gaps
com.jasonhhouse
- 0.9.12
+ 0.9.13
4.0.0
diff --git a/application-custom.yml b/application-custom.yml
index 1f577917..8ff97786 100644
--- a/application-custom.yml
+++ b/application-custom.yml
@@ -35,7 +35,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: /{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 819b1fef..d49f5c98 100755
--- a/build
+++ b/build
@@ -11,7 +11,7 @@
##
set -e
-VERSION=0.9.12
+VERSION=0.9.13
JAR_VERSION="GapsWeb/target/GapsWeb-$VERSION.jar"
ZIP_VERSION="GapsAsJar-$VERSION.zip"
npm ci
diff --git a/cypress/integration/about/about.spec.js b/cypress/integration/about/about.spec.js
index bc5b57fd..fae8fe57 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.9.12');
+ .should('have.text', 'v0.9.13');
cy.get('.container > :nth-child(6)')
.should('have.text', 'Software');
diff --git a/package-lock.json b/package-lock.json
index 0d3886cf..3ebf73bc 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "gaps",
- "version": "0.9.12",
+ "version": "0.9.13",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "gaps",
- "version": "0.9.12",
+ "version": "0.9.13",
"license": "ISC",
"dependencies": {
"cssnano": "^5.0.14",
diff --git a/package.json b/package.json
index e438344f..744b76ad 100755
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "gaps",
- "version": "0.9.12",
+ "version": "0.9.13",
"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.",
"main": "/",
"dependencies": {
diff --git a/pom.xml b/pom.xml
index 559b0218..8febed52 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
com.jasonhhouse
Gaps
- 0.9.12
+ 0.9.13
Gaps
Demo project for Spring Boot
@@ -26,7 +26,7 @@
3.9
1.9
2.11.0
- 0.9.12
+ 0.9.13
3.0.0
31.0.1-jre
6.1.5.Final