diff --git a/modules/core/project.clj b/modules/core/project.clj index cfc8790..814ef18 100644 --- a/modules/core/project.clj +++ b/modules/core/project.clj @@ -1,4 +1,4 @@ -(defproject io.github.protojure/core "2.0.12-SNAPSHOT" +(defproject io.github.protojure/core "2.1.0" :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 9eb1e21..5c1b1df 100644 --- a/modules/grpc-client/project.clj +++ b/modules/grpc-client/project.clj @@ -1,4 +1,4 @@ -(defproject io.github.protojure/grpc-client "2.0.12-SNAPSHOT" +(defproject io.github.protojure/grpc-client "2.1.0" :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 bbdb12f..5a25411 100644 --- a/modules/grpc-server/project.clj +++ b/modules/grpc-server/project.clj @@ -1,4 +1,4 @@ -(defproject io.github.protojure/grpc-server "2.0.12-SNAPSHOT" +(defproject io.github.protojure/grpc-server "2.1.0" :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 25b3353..21a325b 100644 --- a/modules/io/project.clj +++ b/modules/io/project.clj @@ -1,4 +1,4 @@ -(defproject io.github.protojure/io "2.0.12-SNAPSHOT" +(defproject io.github.protojure/io "2.1.0" :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 1ef4559..2d2f7f6 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(def protojure-version "2.0.12-SNAPSHOT") +(def protojure-version "2.1.0") (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"