From 03a4eccf857196d89fbecbcefc44dd7b63b81879 Mon Sep 17 00:00:00 2001
From: "Daniel J. Summers" <daniel@bitbadger.solutions>
Date: Thu, 24 Apr 2025 21:37:29 -0400
Subject: [PATCH] Update doc URL in composer; bump version for phpDocs
---
 composer.json   | 2 +-
 phpdoc.dist.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/composer.json b/composer.json
index c050a90..4dc1830 100644
--- a/composer.json
+++ b/composer.json
@@ -15,7 +15,7 @@
     "email": "daniel@bitbadger.solutions",
     "source": "https://git.bitbadger.solutions/bit-badger/pdo-document",
     "rss": "https://git.bitbadger.solutions/bit-badger/pdo-document.rss",
-    "docs": "https://bitbadger.solutions/open-source/pdo-document/"
+    "docs": "https://relationaldocs.bitbadger.solutions/php/"
   },
   "require": {
     "php": ">=8.4",
diff --git a/phpdoc.dist.xml b/phpdoc.dist.xml
index b149fc9..0d6d73f 100644
--- a/phpdoc.dist.xml
+++ b/phpdoc.dist.xml
@@ -9,7 +9,7 @@
         <output>_site/api</output>
         <cache>.phpdoc/cache</cache>
     </paths>
-    <version number="2.0.0">
+    <version number="2.1.0">
         <api>
             <source dsn=".">
                 <path>src</path>