Skip to content

Commit

Permalink
Bump version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Smertig committed Jun 16, 2022
1 parent 90528c4 commit 31a1694
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
23 changes: 12 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,18 @@

This repository contains source code of Replay Mod for [Among Us](https://store.steampowered.com/app/945360/Among_Us/) PC version. This mod allows you to record every played game round and automatically save it. All the recorded rounds can be later _replayed_ using [Among Us Replayer](https://github.com/Smertig/among-us-replayer).

| Game version | Mod version |
|------------------|---------------|
| v2020.6.9s | 0.6.0 - 0.6.5 |
| v2020.9.22s | 0.5.0 - 0.6.5 |
| v2020.10.8i | 0.6.0 - 0.6.5 |
| v2020.10.22s | 0.6.2 - 0.6.5 |
| v2020.11.4s | 0.6.3 - 0.6.5 |
| v2020.11.17s | 0.6.4 - 0.6.5 |
| v2020.12.9s | 0.6.5 - 0.6.5 |
| v2021.3.5s | 0.7.0 |
| **v2021.4.12s** | **≥ 0.7.1** |
| Game version | Mod version |
|-----------------|---------------|
| v2020.6.9s | 0.6.0 - 0.6.5 |
| v2020.9.22s | 0.5.0 - 0.6.5 |
| v2020.10.8i | 0.6.0 - 0.6.5 |
| v2020.10.22s | 0.6.2 - 0.6.5 |
| v2020.11.4s | 0.6.3 - 0.6.5 |
| v2020.11.17s | 0.6.4 - 0.6.5 |
| v2020.12.9s | 0.6.5 - 0.6.5 |
| v2021.3.5s | 0.7.0 |
| v2021.4.12s | 0.7.1 |
| **v2022.3.29s** | **0.8.0** |

## Usage

Expand Down
2 changes: 1 addition & 1 deletion source/utils/mod_info.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ enum class game_version {
namespace mod_info {

constexpr std::string_view name = "Replay Mod";
constexpr std::string_view version = "0.7.1"; // do not forget about README!
constexpr std::string_view version = "0.8.0"; // do not forget about README!

game_version get_game_version();

Expand Down

0 comments on commit 31a1694

Please sign in to comment.