summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--wscript2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d6f87bd..0b8f950 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+patchage (1.0.5) unstable;
+
+ * Show latency in toolbar with 2 decimal places
+
+ -- David Robillard <d@drobilla.net> Thu, 08 Apr 2021 18:30:02 +0000
+
patchage (1.0.4) stable;
* Add NSMicrophoneUsageDescription for MacOS 10.15 Catalina
diff --git a/wscript b/wscript
index 7bbb52b..5e3d549 100644
--- a/wscript
+++ b/wscript
@@ -9,7 +9,7 @@ from waflib import Build, Logs, Options, Utils
from waflib.extras import autowaf
# Version of this package (even if built as a child)
-PATCHAGE_VERSION = '1.0.4'
+PATCHAGE_VERSION = '1.0.5'
# Variables for 'waf dist'
APPNAME = 'patchage'