Skip to content

Commit 3ce1153

Browse files
Merge pull request #784 from lethal-guitar/prep-0.8.2
Prep 0.8.2
2 parents abd6e6d + ae37302 commit 3ce1153

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.13 FATAL_ERROR)
22

3-
project(RigelEngine VERSION 0.8.1)
3+
project(RigelEngine VERSION 0.8.2)
44

55
set(CMAKE_CXX_STANDARD 17)
66
set(CMAKE_CXX_STANDARD_REQUIRED ON)

src/ui/options_menu.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,8 @@ void OptionsMenu::drawCreditsBox(const engine::TimeDelta dt)
748748
centeredText("Andrei-Florin Bencsik (https://github.com/bencsikandrei)");
749749
centeredText("Pratik Anand (https://github.com/pratikone)");
750750
centeredText("Ryan Brown (https://github.com/rbrown46)");
751+
centeredText("Soham Roy (https://github.com/sohamroy19)");
752+
centeredText("PatriotRossii (https://github.com/PatriotRossii)");
751753
centeredText("s-martin (https://github.com/s-martin)");
752754

753755
ImGui::NewLine();

0 commit comments

Comments
 (0)