From a2227b356fc84ca94897deb77f0275ae0550d077 Mon Sep 17 00:00:00 2001 From: Valentin Boettcher Date: Sun, 2 Aug 2020 12:17:36 +0200 Subject: [PATCH] set version properly --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index d271a02..a12e864 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject stream "0.1.1-SNAPSHOT" +(defproject stream "0.1.1" :description "the Simple Transmission Emitter And Monitor" :url "https://github.com/vale981/stream" :license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"