From cea7bde1b3f6a09321ea1eaa34149d5a7efd80cf Mon Sep 17 00:00:00 2001 From: CI/CD Date: Thu, 26 Mar 2020 22:15:10 +0000 Subject: [PATCH] Release 3.0.5 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index c27fee7..412569e 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.pinkgorilla/gorilla-renderable "3.0.5-SNAPSHOT" +(defproject org.pinkgorilla/gorilla-renderable "3.0.5" :description "The protocol for custom rendering in Pink Gorilla Notebook." :url "https://github.com/pink-gorilla/gorilla-renderable" :license {:name "MIT"}