From d984e11424220393af5ac5ea796d03f3ccfd4768 Mon Sep 17 00:00:00 2001 From: Eyre_S Date: Sun, 21 May 2023 18:38:50 +0800 Subject: [PATCH] fix xsd typo --- assets/xsd/book.xsd | 4 ++-- assets/xsd/bookshelf.xsd | 2 +- constant.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/xsd/book.xsd b/assets/xsd/book.xsd index e3e122c..a7e2cf8 100644 --- a/assets/xsd/book.xsd +++ b/assets/xsd/book.xsd @@ -6,7 +6,7 @@ elementFormDefault="qualified" > - + @@ -14,7 +14,7 @@ - + diff --git a/assets/xsd/bookshelf.xsd b/assets/xsd/bookshelf.xsd index 275fa22..18c9812 100644 --- a/assets/xsd/bookshelf.xsd +++ b/assets/xsd/bookshelf.xsd @@ -7,7 +7,7 @@ > - + diff --git a/constant.php b/constant.php index 185137b..9aeae13 100644 --- a/constant.php +++ b/constant.php @@ -2,6 +2,6 @@ const APP_NAME = "ph-Bookshelf"; -const VERSION = "0.5.0-alpha9"; +const VERSION = "0.5.0-alpha10"; const CHANNEL = "suk-ws"; const BRANCH = "config-v2.0";