From b3588acadda62972dc25f63445058a710d056b4d Mon Sep 17 00:00:00 2001 From: Takashi AOKI Date: Sat, 30 Mar 2024 15:41:43 +0900 Subject: [PATCH] chore: release 0.2.3 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 4ddce0b..775af7c 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject proton "0.2.3-SNAPSHOT" +(defproject proton "0.2.3" :description "Utilities for Clojure/Script" :url "https://github.com/xcoo/proton" :license {:name "Apache License, Version 2.0"