From 0b38b56bec543146b26f600197463a71e6b742df Mon Sep 17 00:00:00 2001
From: Nico Alt <nicoalt@posteo.org>
Date: Sun, 22 Mar 2020 12:00:03 +0000
Subject: [PATCH] Downgrade version to 0.0.1

---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index cf282c9..e3e8b16 100644
--- a/meson.build
+++ b/meson.build
@@ -4,7 +4,7 @@
 
 project(
   'briar-gtk',
-  version: '0.1.0',
+  version: '0.0.1',
   meson_version: '>= 0.50.0',
 )
 
-- 
GitLab