From 2c7aea2f463ed6517e3cfe045de280817041e0d6 Mon Sep 17 00:00:00 2001 From: Ravi Suhag Date: Tue, 13 Sep 2022 03:00:38 -0500 Subject: [PATCH] build: bump version to 0.3.1 (#152) --- README.md | 2 +- clients/clojure/README.md | 2 +- clients/clojure/project.clj | 2 +- clients/java/README.md | 2 +- clients/java/build.gradle | 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 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 8003233b..2ee94269 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.0 +docker pull odpf/stencil:v0.3.1 ``` ## Usage diff --git a/clients/clojure/README.md b/clients/clojure/README.md index 19435d8d..6d4638c6 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.0"] + [io.odpf/stencil-clj "0.3.1"] ``` ## Usage diff --git a/clients/clojure/project.clj b/clients/clojure/project.clj index d82ca3cd..2983b093 100644 --- a/clients/clojure/project.clj +++ b/clients/clojure/project.clj @@ -1,4 +1,4 @@ -(defproject io.odpf/stencil-clj "0.3.0" +(defproject io.odpf/stencil-clj "0.3.1" :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 91c9daf0..96a8ac68 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.0' + implementation group: 'io.odpf', name: 'stencil', version: '0.3.1' ``` #### Maven diff --git a/clients/java/build.gradle b/clients/java/build.gradle index 480fda59..1e1221ab 100644 --- a/clients/java/build.gradle +++ b/clients/java/build.gradle @@ -10,7 +10,7 @@ plugins { } group 'io.odpf' -version '0.3.0' +version '0.3.1' repositories { mavenLocal() diff --git a/clients/js/package.json b/clients/js/package.json index 35175704..eec93787 100644 --- a/clients/js/package.json +++ b/clients/js/package.json @@ -1,6 +1,6 @@ { "name": "@odpf/stencil", - "version": "0.3.0", + "version": "0.3.1", "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 4ee8efd5..62c452da 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.0"] +[io.odpf/stencil-clj "0.3.1"] ``` ## Usage diff --git a/docs/docs/clients/java.md b/docs/docs/clients/java.md index fcbba41b..00b84840 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.0' + implementation group: 'io.odpf', name: 'stencil', version: '0.3.1' ``` #### Maven @@ -25,7 +25,7 @@ Protobuf allows you to define a protobuf file using DescriptorSet. A FileDescrip io.odpf stencil - 0.3.0 + 0.3.1 ``` diff --git a/docs/docs/installation.md b/docs/docs/installation.md index 5a9cbef7..3be5cceb 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.0 +docker pull odpf/stencil:v0.3.1 ``` ### Building from source diff --git a/docs/docs/reference/api.md b/docs/docs/reference/api.md index 44c10e4f..09799fbb 100644 --- a/docs/docs/reference/api.md +++ b/docs/docs/reference/api.md @@ -1,6 +1,6 @@ # API -## Version: 0.3.0 +## Version: 0.3.1 ### /v1beta1/namespaces