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 6c2d8d1..f7cef0b 100755
--- a/GapsWeb/src/main/resources/templates/index.html
+++ b/GapsWeb/src/main/resources/templates/index.html
@@ -77,7 +77,7 @@

-
v0.7.2
+
v0.7.3
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 bb44d93..2bebdb4 100755
--- a/GapsWeb/src/main/resources/templates/updates.html
+++ b/GapsWeb/src/main/resources/templates/updates.html
@@ -78,6 +78,12 @@
Updates
+
v0.7.3
+
+ - Changing how properties are saved and loaded for better exception handling
+ - More unit tests in notifications
+
+
v0.7.2
- Fixed overwritten bug with Jackson
diff --git a/GapsWeb/src/test/resources/application.yaml b/GapsWeb/src/test/resources/application.yaml
index 1ef4061..26cb880 100755
--- a/GapsWeb/src/test/resources/application.yaml
+++ b/GapsWeb/src/test/resources/application.yaml
@@ -13,7 +13,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.7.2
+ version: 0.7.3
loginEnabled: false
storageFolder: /usr/data
properties:
diff --git a/Plex/pom.xml b/Plex/pom.xml
index b47d5e6..8be4f35 100755
--- a/Plex/pom.xml
+++ b/Plex/pom.xml
@@ -5,7 +5,7 @@
Gaps
com.jasonhhouse
- 0.7.2
+ 0.7.3
4.0.0
diff --git a/build b/build
index 0814647..1062d2c 100755
--- a/build
+++ b/build
@@ -1,5 +1,5 @@
#!/bin/bash
-VERSION=0.7.2
+VERSION=0.7.3
JAR_VERSION="GapsWeb/target/GapsWeb-$VERSION.jar"
ZIP_VERSION="Gaps-$VERSION.zip"
npm run minify-input-css
diff --git a/build.bat b/build.bat
index aca3dbb..ecd72d5 100644
--- a/build.bat
+++ b/build.bat
@@ -18,5 +18,5 @@ call npm run uglifyjs-schedule-js
call mvn clean install
del GapsOnWindows\*.jar
del GapsOnWindows\README.md
-copy GapsWeb\target\GapsWeb-0.7.2.jar GapsOnWindows\gaps.jar
+copy GapsWeb\target\GapsWeb-0.7.3.jar GapsOnWindows\gaps.jar
copy README.md GapsOnWindows\
\ No newline at end of file
diff --git a/cypress/integration/about/about.js b/cypress/integration/about/about.js
index 95c1165..eb3cbb9 100644
--- a/cypress/integration/about/about.js
+++ b/cypress/integration/about/about.js
@@ -9,7 +9,7 @@ describe('Verify About Page', function () {
.should('have.text', 'About');
cy.get('.container > :nth-child(3)')
- .should('have.text', 'v0.7.2');
+ .should('have.text', 'v0.7.3');
cy.get('.container > :nth-child(6)')
.should('have.text', 'Software');
diff --git a/package-lock.json b/package-lock.json
index 74e8f32..674726a 100755
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "gaps",
- "version": "0.7.2",
+ "version": "0.7.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 64cd512..5e72cff 100755
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "gaps",
- "version": "0.7.2",
+ "version": "0.7.3",
"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 ecf2a3e..845781c 100755
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@
com.jasonhhouse
Gaps
- 0.7.2
+ 0.7.3
Gaps
Demo project for Spring Boot