Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pierr3 committed Jun 5, 2024
1 parent 138d711 commit aacc898
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions backend/include/Shared.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

#define API_SERVER_PORT 49080

constexpr semver::version VERSION = semver::version { 1, 0, 2, semver::prerelease::beta, 7 };
constexpr semver::version VERSION = semver::version { 1, 1, 0, semver::prerelease::beta, 8 };
// NOLINTNEXTLINE
const std::string CLIENT_NAME = std::string("TrackAudio-") + VERSION.to_string();

Expand Down Expand Up @@ -108,4 +108,4 @@ struct UserSettings {
UserSettings::isJoystickButton
= UserSettings::ini.GetBoolValue("Ptt", "isJoystickButton", false);
}
};
};
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "trackaudio",
"productName": "TrackAudio",
"version": "1.0.2-beta.7",
"version": "1.1.0-beta.8",
"description": "A next generation Audio-For-VATSIM ATC Client for macOS, Linux and Windows",
"main": "./out/main/index.js",
"author": "github.com/pierr3",
Expand Down

0 comments on commit aacc898

Please sign in to comment.