From 5dc242aa45a6cc1378c2e1c23208b725c96ae159 Mon Sep 17 00:00:00 2001 From: Greg Haskins Date: Fri, 6 Nov 2020 10:32:59 -0500 Subject: [PATCH] Release v0.9.3 Changes since v0.9.2 ---------------------- a1c9118 Fix snakecase in protobuf package handling Signed-off-by: Greg Haskins --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 6c6f76a..73950c8 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject protoc-gen-clojure "0.9.3-SNAPSHOT" +(defproject protoc-gen-clojure "0.9.3" :description "Protobuf protoc compiler plugin to generate native Clojure support for Google Protocol Buffers and GRPC" :url "http://github.com/protojure/protoc-plugin" :license {:name "Apache License 2.0"