diff --git a/assets/screenshot.png b/assets/screenshot.png index 2f33bb2..18d6e03 100644 Binary files a/assets/screenshot.png and b/assets/screenshot.png differ diff --git a/resources/JetBrainsMono-Regular.ttf b/resources/JetBrainsMono-Regular.ttf new file mode 100644 index 0000000..dff66cc Binary files /dev/null and b/resources/JetBrainsMono-Regular.ttf differ diff --git a/src/core/common/version.hpp b/src/core/common/version.hpp index 14a2071..7f83be8 100644 --- a/src/core/common/version.hpp +++ b/src/core/common/version.hpp @@ -6,7 +6,7 @@ namespace clrsync::core { -const std::string GIT_SEMVER = "1.0.4+git.g2b1c6d5"; +const std::string GIT_SEMVER = "1.0.5+git.g6fc80da"; const std::string version_string(); } // namespace clrsync::core