From 7ccd5300d71ccfd8ce8307397c84b6b19d05dcf6 Mon Sep 17 00:00:00 2001 From: gered Date: Wed, 12 Jan 2022 17:43:57 -0500 Subject: [PATCH] Version 0.3.0 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 2bfbe71..a117212 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject net.gered/views.honeysql "0.3.0-SNAPSHOT" +(defproject net.gered/views.honeysql "0.3.0" :description "HoneySQL view implementation for views" :url "https://github.com/gered/views.honeysql" :license {:name "MIT License"