From e049b808850d47ab960ace6e1f7117f9ac6b403a Mon Sep 17 00:00:00 2001
From: Alexandros Theodotou <alex@zrythm.org>
Date: Sat, 16 Jan 2021 23:46:17 +0000
Subject: [PATCH] release v0.2.1

---
 meson.build         | 4 ++--
 plugins/lfo/ttl.h   | 2 +-
 plugins/meson.build | 2 +-
 plugins/saw/dsp.c   | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/meson.build b/meson.build
index 8addd09..5f849dc 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-# Copyright (C) 2019-2020 Alexandros Theodotou <alex at zrythm dot org>
+# Copyright (C) 2019-2021 Alexandros Theodotou <alex at zrythm dot org>
 #
 # This file is part of ZPlugins
 #
@@ -17,7 +17,7 @@
 
 project (
   'ZPlugins', ['c'],
-  version: '0.1.2',
+  version: '0.2.1',
   license: 'AGPLv3+',
   meson_version: '>= 0.53.0',
   default_options: [
diff --git a/plugins/lfo/ttl.h b/plugins/lfo/ttl.h
index e14a653..dd1b485 100644
--- a/plugins/lfo/ttl.h
+++ b/plugins/lfo/ttl.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2020 Alexandros Theodotou <alex at zrythm dot org>
+ * Copyright (C) 2020-2021 Alexandros Theodotou <alex at zrythm dot org>
  *
  * This file is part of ZPlugins
  *
diff --git a/plugins/meson.build b/plugins/meson.build
index 09590f9..0e00de3 100644
--- a/plugins/meson.build
+++ b/plugins/meson.build
@@ -1,4 +1,4 @@
-# Copyright (C) 2020 Alexandros Theodotou <alex at zrythm dot org>
+# Copyright (C) 2020-2021 Alexandros Theodotou <alex at zrythm dot org>
 #
 # This file is part of ZPlugins
 #
diff --git a/plugins/saw/dsp.c b/plugins/saw/dsp.c
index 47a7659..d84457a 100644
--- a/plugins/saw/dsp.c
+++ b/plugins/saw/dsp.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2019-2020 Alexandros Theodotou <alex at zrythm dot org>
+ * Copyright (C) 2019-2021 Alexandros Theodotou <alex at zrythm dot org>
  *
  * This file is part of ZPlugins
  *
-- 
GitLab