From d6d2d5ecfc43c2af364d52f93bb79e34cae82426 Mon Sep 17 00:00:00 2001
From: Martin Weise <martin.weise@tuwien.ac.at>
Date: Sat, 9 Nov 2024 11:25:46 -0600
Subject: [PATCH] Fixed versioning and updated demo env text

---
 .docs/.swagger/api.base.yaml | 4 ++--
 .docs/.swagger/api.yaml      | 4 ++--
 .docs/index.md               | 5 ++++-
 3 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/.docs/.swagger/api.base.yaml b/.docs/.swagger/api.base.yaml
index b7bd0570ee..864ee99e28 100644
--- a/.docs/.swagger/api.base.yaml
+++ b/.docs/.swagger/api.base.yaml
@@ -11,7 +11,7 @@ components:
       type: http
 externalDocs:
   description: Project Website
-  url: https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/1.4.7/
+  url: https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/1.5/
 info:
   contact:
     email: andreas.rauber@tuwien.ac.at
@@ -24,7 +24,7 @@ info:
     name: Apache 2.0
     url: https://www.apache.org/licenses/LICENSE-2.0
   title: DBRepo REST API
-  version: 1.4.7
+  version: 1.5.1
 openapi: 3.1.0
 servers:
   - description: Test Instance
diff --git a/.docs/.swagger/api.yaml b/.docs/.swagger/api.yaml
index 1857e4bb3f..714e7c1dd8 100644
--- a/.docs/.swagger/api.yaml
+++ b/.docs/.swagger/api.yaml
@@ -16,7 +16,7 @@ info:
     name: Apache 2.0
     url: 'https://www.apache.org/licenses/LICENSE-2.0'
   title: DBRepo REST API
-  version: 1.4.7
+  version: 1.5.1
 servers:
   - description: Test Instance
     url: 'https://test.dbrepo.tuwien.ac.at'
@@ -24,7 +24,7 @@ servers:
     url: 'http://localhost'
 externalDocs:
   description: Project Website
-  url: 'https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/1.4.7/'
+  url: 'https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/1.5/'
 paths:
   /api/analyse/datatypes:
     get:
diff --git a/.docs/index.md b/.docs/index.md
index cb86ce7e69..b0a47b3c6f 100644
--- a/.docs/index.md
+++ b/.docs/index.md
@@ -46,4 +46,7 @@ Installing DBRepo is very easy or
 
 ## How can I try DBRepo?
 
-[:fontawesome-solid-flask: &nbsp;Demonstration Instance](https://test.dbrepo.tuwien.ac.at){ .md-button .md-button--primary target="_blank" }
\ No newline at end of file
+There's a hosted [demo environment](https://test.dbrepo.tuwien.ac.at) maintained 
+by [DS-IFS](https://informatics.tuwien.ac.at/orgs/e194-04) where you can explore DBRepo without installing it locally.
+
+[:fontawesome-solid-flask: &nbsp;Demo Environment](https://test.dbrepo.tuwien.ac.at){ .md-button .md-button--primary target="_blank" }
\ No newline at end of file
-- 
GitLab