From 4e1276bda4b99d9bde537e2e5dd79e66e29fe4c8 Mon Sep 17 00:00:00 2001
From: AndiMajore <andi.majore@googlemail.com>
Date: Tue, 23 Aug 2022 14:11:42 +0200
Subject: [PATCH] fixed small styling issues introduced through integration
 into website

---
 package-lock.json | 2 +-
 package.json      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 85a544c0..573b9aa8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "netex",
-  "version": "1.0.0-rc2",
+  "version": "1.0.0-rc3",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index 3793e455..0aeeef53 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "netex",
-  "version": "1.0.0-rc2",
+  "version": "1.0.0-rc3",
   "scripts": {
     "ng": "ng",
     "start:dev": "ng serve --configuration=dev",
-- 
GitLab