diff --git a/README.md b/README.md
index 9cae476ce..732da29e9 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Petio 0.5.5
+# Petio 0.5.6
@@ -25,6 +25,7 @@ This application can be installed to run in docker or as a standalone binary tha
Binary (executable file) guides
**note:** this method requires a local mongodb instance to be installed
+
- Windows
- Linux
diff --git a/admin/package.json b/admin/package.json
index 82b68b6de..48cc2a6fe 100644
--- a/admin/package.json
+++ b/admin/package.json
@@ -1,6 +1,6 @@
{
"name": "petio-admin",
- "version": "0.5.5-alpha",
+ "version": "0.5.6-alpha",
"private": true,
"homepage": ".",
"dependencies": {
diff --git a/api/package.json b/api/package.json
index 669a40e68..ba8cfe61b 100644
--- a/api/package.json
+++ b/api/package.json
@@ -1,6 +1,6 @@
{
"name": "petio-rest",
- "version": "0.5.5-alpha",
+ "version": "0.5.6-alpha",
"description": "Rest Api for Petio",
"main": "index.js",
"scripts": {
diff --git a/frontend/package.json b/frontend/package.json
index 3cbc22ce8..4d72c0f23 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -1,6 +1,6 @@
{
"name": "petio",
- "version": "0.5.5-alpha",
+ "version": "0.5.6-alpha",
"private": true,
"homepage": ".",
"dependencies": {
diff --git a/frontend/src/components/TvCard.js b/frontend/src/components/TvCard.js
index aa786c2ad..63a7f5c8d 100644
--- a/frontend/src/components/TvCard.js
+++ b/frontend/src/components/TvCard.js
@@ -67,6 +67,7 @@ class TvCard extends React.Component {
}
inView() {
+ if (!this.card.current) return;
const left = this.card.current.getBoundingClientRect().left;
if (left <= this.props.width * 2 || this.props.view) {
this.setState({
diff --git a/package.json b/package.json
index d65dd1d98..4096296a4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "petio",
- "version": "0.5.5-alpha",
+ "version": "0.5.6-alpha",
"description": "Request Platform for Plex",
"main": "petio.js",
"author": "",