From ba67ffe178d658a238c882b75127af96caaa3ca7 Mon Sep 17 00:00:00 2001 From: Ravi Suhag Date: Sat, 22 Oct 2022 11:30:07 -0500 Subject: [PATCH] release: bump version to v0.3.3 --- README.md | 2 +- clients/clojure/README.md | 2 +- clients/clojure/project.clj | 2 +- clients/java/README.md | 2 +- clients/js/package.json | 2 +- docs/docs/clients/clojure.md | 2 +- docs/docs/clients/java.md | 4 ++-- docs/docs/installation.md | 2 +- docs/docs/reference/api.md | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 5028362c..8626a11c 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ docker pull odpf/stencil:latest To pull a specific version: ``` -docker pull odpf/stencil:v0.3.2 +docker pull odpf/stencil:v0.3.3 ``` ## Usage diff --git a/clients/clojure/README.md b/clients/clojure/README.md index 5b34745a..5c641bf8 100644 --- a/clients/clojure/README.md +++ b/clients/clojure/README.md @@ -7,7 +7,7 @@ A Clojure library designed to easily encode and decode protobuf messages by usin Add the below dependency to your `project.clj` file: ```clj - [io.odpf/stencil-clj "0.3.2"] + [io.odpf/stencil-clj "0.3.3"] ``` ## Usage diff --git a/clients/clojure/project.clj b/clients/clojure/project.clj index 3618c4e5..00db73d2 100644 --- a/clients/clojure/project.clj +++ b/clients/clojure/project.clj @@ -1,4 +1,4 @@ -(defproject io.odpf/stencil-clj "0.3.2" +(defproject io.odpf/stencil-clj "0.3.3" :description "Stencil client for clojure" :url "https://github.com/odpf/stencil" :license {:name "Apache 2.0" diff --git a/clients/java/README.md b/clients/java/README.md index 9405b38e..0006ac90 100644 --- a/clients/java/README.md +++ b/clients/java/README.md @@ -16,7 +16,7 @@ Protobuf allows you to define a protobuf file using DescriptorSet. A FileDescrip #### Gradle ```groovy - implementation group: 'io.odpf', name: 'stencil', version: '0.3.2' + implementation group: 'io.odpf', name: 'stencil', version: '0.3.3' ``` #### Maven diff --git a/clients/js/package.json b/clients/js/package.json index ca3f1494..3ae27675 100644 --- a/clients/js/package.json +++ b/clients/js/package.json @@ -1,6 +1,6 @@ { "name": "@odpf/stencil", - "version": "0.3.2", + "version": "0.3.3", "description": "Stencil js client package provides a store to lookup protobuf descriptors and options to keep the protobuf descriptors upto date.", "main": "main.js", "scripts": { diff --git a/docs/docs/clients/clojure.md b/docs/docs/clients/clojure.md index 015d2995..bb2f597f 100644 --- a/docs/docs/clients/clojure.md +++ b/docs/docs/clients/clojure.md @@ -7,7 +7,7 @@ A Clojure library designed to easily encode and decode protobuf messages by usin Add the below dependency to your `project.clj` file: ```clj -[io.odpf/stencil-clj "0.3.2"] +[io.odpf/stencil-clj "0.3.3"] ``` ## Usage diff --git a/docs/docs/clients/java.md b/docs/docs/clients/java.md index f7cd1af6..858b8213 100644 --- a/docs/docs/clients/java.md +++ b/docs/docs/clients/java.md @@ -16,7 +16,7 @@ Protobuf allows you to define a protobuf file using DescriptorSet. A FileDescrip #### Gradle ```groovy - implementation group: 'io.odpf', name: 'stencil', version: '0.3.2' + implementation group: 'io.odpf', name: 'stencil', version: '0.3.3' ``` #### Maven @@ -25,7 +25,7 @@ Protobuf allows you to define a protobuf file using DescriptorSet. A FileDescrip io.odpf stencil - 0.3.2 + 0.3.3 ``` diff --git a/docs/docs/installation.md b/docs/docs/installation.md index f172c54f..13fbcb8c 100644 --- a/docs/docs/installation.md +++ b/docs/docs/installation.md @@ -56,7 +56,7 @@ docker pull odpf/stencil:latest To pull a specific version: ``` -docker pull odpf/stencil:v0.3.2 +docker pull odpf/stencil:v0.3.3 ``` ### Building from source diff --git a/docs/docs/reference/api.md b/docs/docs/reference/api.md index 747688bd..bccc077f 100644 --- a/docs/docs/reference/api.md +++ b/docs/docs/reference/api.md @@ -1,6 +1,6 @@ # API -## Version: 0.3.2 +## Version: 0.3.3 ### /v1beta1/namespaces