From f3125852d01576a312365f6a098934405c9b6d8a Mon Sep 17 00:00:00 2001 From: Shogo Ohta Date: Sun, 23 Aug 2020 15:47:11 +0900 Subject: [PATCH] Release 2020.08.23 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 21a78c09c4..53070a766e 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject clojars-rss "2020.07.26" +(defproject clojars-rss "2020.08.23" :description "Unofficially generated RSS feed for libraries recently registered on Clojars" :url "https://github.com/athos/clojars-rss" :license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"