Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lanedirt committed Dec 17, 2024
1 parent 1c52c1e commit 5b1280c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Disclaimer: this project is purely fan-based and does not contain any commercial

## 🖥️ Live demo
- Main branch (nightly builds): [https://main.ogamex.dev](https://main.ogamex.dev)
- Latest stable release **(0.9.0)**: [https://release.ogamex.dev](https://release.ogamex.dev)
- Latest stable release **(0.9.1)**: [https://release.ogamex.dev](https://release.ogamex.dev)

## 📝 Table of Contents
- [1. Example screenshots](#screenshots)
Expand Down Expand Up @@ -205,7 +205,7 @@ If you want to upgrade an existing installation of OGameX to a new version, foll
```
-- or --
```
$ git checkout 0.9.0 # replace with the latest release tag
$ git checkout 0.9.1 # replace with the latest release tag
```
3. Rebuild and start the containers:

Expand Down
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,5 @@
| Custom OGameX app settings
|--------------------------------------------------------------------------
*/
'version' => '0.9.0',
'version' => '0.9.1',
];

0 comments on commit 5b1280c

Please sign in to comment.