From 71468bfbdec29bb80f169ec3d3053db6046c9e8f Mon Sep 17 00:00:00 2001 From: Philipp Dikmann Date: Thu, 11 Mar 2021 20:24:14 +0100 Subject: [PATCH] Version 0.2.0 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index added4f..1cfbfce 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject clj-puredata "0.2.0-SNAPSHOT" +(defproject clj-puredata "0.2.0" :description "Generate PureData patches." :url "https://github.com/pdikmann/clj-puredata" :license {:name "The MIT License (MIT)"