Skip to content

Commit 0a1fe4f

Browse files
committed
Version 1.1.0
1 parent 518b834 commit 0a1fe4f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Before launching the application, set up the database:
4747
Run the application with the following command:
4848

4949
```bash
50-
java -jar target/JavaGameBox-1.0.0.jar --db-url=<database_url> --db-user=<database_user> --db-password=<database_password>
50+
java -jar target/JavaGameBox-1.1.0.jar --db-url=<database_url> --db-user=<database_user> --db-password=<database_password>
5151
```
5252

5353
Replace `<database_url>`, `<database_user>`, and `<database_password>` with your actual PostgreSQL connection details.

README_RU.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ mvn clean package
4747
Запустите приложение с помощью команды:
4848

4949
```bash
50-
java -jar target/JavaGameBox-1.0.0.jar --db-url=<database_url> --db-user=<database_user> --db-password=<database_password>
50+
java -jar target/JavaGameBox-1.1.0.jar --db-url=<database_url> --db-user=<database_user> --db-password=<database_password>
5151
```
5252

5353
Замените `<database_url>`, `<database_user>` и `<database_password>` на ваши реальные данные для подключения к PostgreSQL.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>ru.ivannovr</groupId>
88
<artifactId>JavaGameBox</artifactId>
9-
<version>1.0.0</version>
9+
<version>1.1.0</version>
1010

1111
<properties>
1212
<maven.compiler.source>21</maven.compiler.source>

0 commit comments

Comments
 (0)