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 4eb1344..3a0644e 100755
--- a/GapsWeb/src/main/resources/templates/index.html
+++ b/GapsWeb/src/main/resources/templates/index.html
@@ -77,7 +77,7 @@

-
v0.5.3
+
v0.5.4
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 9f61fd4..459722f 100755
--- a/GapsWeb/src/main/resources/templates/updates.html
+++ b/GapsWeb/src/main/resources/templates/updates.html
@@ -78,6 +78,12 @@
Updates
+
v0.5.4
+
+ - Replaced state object with stateless IoService
+ - Code clean up
+
+
v0.5.3
- Fixed bug with validation on checkboxes
diff --git a/GapsWeb/src/test/resources/application.yaml b/GapsWeb/src/test/resources/application.yaml
index 2b9b370..475df9c 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.5.3
+ version: 0.5.4
loginEnabled: false
spring:
jpa:
diff --git a/Plex/pom.xml b/Plex/pom.xml
index d916c52..ee527c0 100755
--- a/Plex/pom.xml
+++ b/Plex/pom.xml
@@ -5,7 +5,7 @@
Gaps
com.jasonhhouse
- 0.5.3
+ 0.5.4
4.0.0
diff --git a/build.sh b/build.sh
index 40b6f60..1c584d0 100755
--- a/build.sh
+++ b/build.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-VERSION=0.5.3
+VERSION=0.5.4
JAR_VERSION="GapsWeb/target/GapsWeb-$VERSION.jar"
ZIP_VERSION="Gaps-$VERSION.zip"
npm run minify-input-css
diff --git a/cypress/integration/about/about.js b/cypress/integration/about/about.js
index c511586..e22d475 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.5.3');
+ .should('have.text', 'v0.5.4');
cy.get('.container > :nth-child(6)')
.should('have.text', 'Software');
diff --git a/package-lock.json b/package-lock.json
index 80b0b0e..d6995ad 100755
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "gaps",
- "version": "0.5.3",
+ "version": "0.5.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 9c2bad2..723df50 100755
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "gaps",
- "version": "0.5.3",
+ "version": "0.5.4",
"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 7862521..34f095c 100755
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@
com.jasonhhouse
Gaps
- 0.5.3
+ 0.5.4
Gaps
Demo project for Spring Boot