Skip to content

Commit

Permalink
Bring versioning in line
Browse files Browse the repository at this point in the history
  • Loading branch information
pierr3 committed Apr 24, 2024
1 parent 8a35da5 commit 82f00cd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 37 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, 2};
constexpr semver::version VERSION = semver::version{1, 0, 2, semver::prerelease::beta, 1};

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

Expand Down
42 changes: 7 additions & 35 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.1",
"version": "1.0.2-beta.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 82f00cd

Please sign in to comment.