From 012f6adf16989d7783226e90f573bf28e037274d Mon Sep 17 00:00:00 2001 From: Greg Haskins Date: Mon, 27 Dec 2021 14:06:40 -0500 Subject: [PATCH] Release v1.0.0 Changes since v0.9.4 ------------------- 1571e99 Update dependencies Signed-off-by: Greg Haskins --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 629e60b..afe4938 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject protoc-gen-clojure "0.9.5-SNAPSHOT" +(defproject protoc-gen-clojure "1.0.0" :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"