Ondřej Schlaichert 8 ماه پیش
والد
کامیت
d5bdc09fe2
3فایلهای تغییر یافته به همراه5 افزوده شده و 5 حذف شده
  1. 3 3
      README.md
  2. 1 1
      pom.xml
  3. 1 1
      src/main/resources/eu/oschl/gui/help.html

+ 3 - 3
README.md

@@ -1,4 +1,4 @@
-# schmorn
+# schmorn-gui
 
 > *The sun sets over a misty day as the witch Oglunda, ruler of the Seven Swamps, rides her carriage down the Royal Road. An agreement has been made, and she comes now to fulfil her side of it.*
 
@@ -8,11 +8,11 @@ The game tells a story of Schmorn, a weak, inept and power-hungry prince, who ge
 
 - author: **Ondřej Schlaichert**
 - semester: **ZS 2025/2026**
-- version: **1.1.0**
+- version: **1.1.1**
 
 ## How to play
 - All gameplay is handled by pressing appropriate buttons. Press buttons to explore, fight enemies, etc.
 - The inventory is also interactable: click on a collected item to use it.
 - Press **Ctrl+R** to restart the game at any time.
-- Press **F1** to show this help screens available, which lists all commands and their descriptions.
+- Press **F1** to show this help screen.
 - Run the game with the `--cli` argument to play in the command line interface.

+ 1 - 1
pom.xml

@@ -6,7 +6,7 @@
 
     <groupId>eu.oschl</groupId>
     <artifactId>schmorn-gui</artifactId>
-    <version>1.1.0</version>
+    <version>1.1.1</version>
     <name>schmorn-gui</name>
 
     <properties>

+ 1 - 1
src/main/resources/eu/oschl/gui/help.html

@@ -86,7 +86,7 @@
 <ul>
     <li>Author: <strong>Ondřej Schlaichert</strong></li>
     <li>Semester: <strong>ZS 2025/2026</strong></li>
-    <li>Version: <strong>1.0.0</strong></li>
+    <li>Version: <strong>1.1.1</strong></li>
 </ul>
 
 </body>