Skip to content

Commit

Permalink
Bump version to reflect 2.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Silarn committed Nov 25, 2023
1 parent a6edbf9 commit 41b9065
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gamefalloutnv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ QString GameFalloutNV::localizedName() const

QString GameFalloutNV::author() const
{
return "Tannin";
return "Tannin & MO2 Team";
}

QString GameFalloutNV::description() const
Expand All @@ -193,7 +193,7 @@ QString GameFalloutNV::description() const

MOBase::VersionInfo GameFalloutNV::version() const
{
return VersionInfo(1, 5, 2, VersionInfo::RELEASE_FINAL);
return VersionInfo(1, 6, 0, VersionInfo::RELEASE_FINAL);
}

QList<PluginSetting> GameFalloutNV::settings() const
Expand Down

0 comments on commit 41b9065

Please sign in to comment.