diff --git a/README.md b/README.md index e67a34b..09fa64c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # nexus -CharaChorder's all-in-one desktop app, supporting Linux, Windows, and macOS. +CharaChorder's logging and analysis desktop app, supporting Linux, Windows, and macOS. ## User Installation diff --git a/nexus.wxs b/nexus.wxs index 2201b9e..4cd4249 100644 --- a/nexus.wxs +++ b/nexus.wxs @@ -5,7 +5,7 @@ Name="nexus" Scope="perUserOrMachine" UpgradeCode="C4A2AC40-2DE2-5241-594D-4F4E45585553" - Version="0.5.1"> + Version="0.5.2"> diff --git a/nexus/__init__.py b/nexus/__init__.py index 79cb45b..d356e23 100644 --- a/nexus/__init__.py +++ b/nexus/__init__.py @@ -3,4 +3,4 @@ __author__ = "CharaChorder" __name__ = "nexus" __id__ = "com.charachorder.nexus" -__version__ = "0.5.1" +__version__ = "0.5.2"