Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pierr3 committed May 9, 2024
1 parent cac9628 commit 3e0db57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/include/Shared.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

#define API_SERVER_PORT 49080

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

Expand Down
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.2",
"version": "1.0.2-beta.3",
"description": "A next generation Audio-For-VATSIM ATC Client for macOS, Linux and Windows",
"main": ".webpack/main",
"scripts": {
Expand Down

0 comments on commit 3e0db57

Please sign in to comment.