Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
pierr3 committed Apr 18, 2024
1 parent aa9501b commit ad48819
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion backend/src/Shared.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include <memory>
#include <semver.hpp>

constexpr semver::version VERSION = semver::version{1, 0, 0, semver::prerelease::beta, 1};
constexpr semver::version VERSION = semver::version{1, 0, 0, semver::prerelease::beta, 2};

static const std::string CLIENT_NAME = std::string("TrackAudio-") + VERSION.to_string();

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

0 comments on commit ad48819

Please sign in to comment.