Skip to content

Commit

Permalink
Version 3.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dr8co committed Jun 28, 2024
1 parent cc1e59b commit f41889a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
cmake_minimum_required(VERSION 3.28)

project(privacyShield
VERSION 2.5.0
VERSION 3.0.0
DESCRIPTION "A suite of tools for privacy and security"
HOMEPAGE_URL "https://shield.iandee.tech"
LANGUAGES C CXX)
Expand Down
3 changes: 1 addition & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ int main(const int argc, const char **argv) {
throw std::runtime_error("Failed to initialize libsodium.");

// Display information about the program
printColoredOutputln('c', "\nPrivacy Shield 2.5.0");
printColoredOutputln('c', "\nPrivacy Shield 3.0.0");
printColoredOutputln('b', "Copyright (C) 2024 Ian Duncan.");

printColoredOutput('g', "This program comes with ");
Expand Down Expand Up @@ -167,7 +167,6 @@ int main(const int argc, const char **argv) {
printColoredErrorln('r', "An error occurred.");
}
}

return 0;
} catch (const std::exception &ex) {
printColoredErrorln('r', "Error: {}", ex.what());
Expand Down

0 comments on commit f41889a

Please sign in to comment.