From bf787818627cad2cf992618b5a67b8de9b2234c8 Mon Sep 17 00:00:00 2001 From: gered Date: Wed, 12 Jan 2022 17:39:30 -0500 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 0cf2508..2b452bc 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject net.gered/views.sql "0.2.0-SNAPSHOT" +(defproject net.gered/views.sql "0.2.0" :description "Plain SQL view implementation for views" :url "https://github.com/gered/views.sql" :license {:name "MIT License"