diff --git a/modules/core/project.clj b/modules/core/project.clj index deed042..d18914b 100644 --- a/modules/core/project.clj +++ b/modules/core/project.clj @@ -1,4 +1,4 @@ -(defproject io.github.protojure/core "2.8.2-SNAPSHOT" +(defproject io.github.protojure/core "2.8.2" :description "Core protobuf and GRPC utilities for protojure" :url "http://github.com/protojure/lib" :license {:name "Apache License 2.0" diff --git a/modules/grpc-client/project.clj b/modules/grpc-client/project.clj index 1d878d0..c803d08 100644 --- a/modules/grpc-client/project.clj +++ b/modules/grpc-client/project.clj @@ -1,4 +1,4 @@ -(defproject io.github.protojure/grpc-client "2.8.2-SNAPSHOT" +(defproject io.github.protojure/grpc-client "2.8.2" :description "GRPC client library for protoc-gen-clojure" :url "http://github.com/protojure/lib" :license {:name "Apache License 2.0" diff --git a/modules/grpc-server/project.clj b/modules/grpc-server/project.clj index 3a44c6d..9fa7f86 100644 --- a/modules/grpc-server/project.clj +++ b/modules/grpc-server/project.clj @@ -1,4 +1,4 @@ -(defproject io.github.protojure/grpc-server "2.8.2-SNAPSHOT" +(defproject io.github.protojure/grpc-server "2.8.2" :description "GRPC server library for protoc-gen-clojure" :url "http://github.com/protojure/lib" :license {:name "Apache License 2.0" diff --git a/modules/io/project.clj b/modules/io/project.clj index 80e01f0..cd22beb 100644 --- a/modules/io/project.clj +++ b/modules/io/project.clj @@ -1,4 +1,4 @@ -(defproject io.github.protojure/io "2.8.2-SNAPSHOT" +(defproject io.github.protojure/io "2.8.2" :description "IO library to support io.github.protojure/core" :url "http://github.com/protojure/lib" :license {:name "Apache License 2.0" diff --git a/project.clj b/project.clj index 673cbab..8344bb1 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(def protojure-version "2.8.2-SNAPSHOT") +(def protojure-version "2.8.2") (defproject io.github.protojure/lib-suite "0.0.1" :description "Support libraries for protoc-gen-clojure, providing native Clojure support for Google Protocol Buffers and GRPC applications"