diff --git a/README.md b/README.md index df28fba8..37fd84d9 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ docker pull raystack/stencil:latest To pull a specific version: ```sh -docker pull raystack/stencil:v0.3.3 +docker pull raystack/stencil:v0.4.0 ``` ## Usage diff --git a/clients/clojure/README.md b/clients/clojure/README.md index 85f60a42..9f3da6da 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 - [org.raystack/stencil-clj "0.3.3"] + [org.raystack/stencil-clj "0.4.0"] ``` ## Usage diff --git a/clients/clojure/project.clj b/clients/clojure/project.clj index 9681e77c..ccc4ceb9 100644 --- a/clients/clojure/project.clj +++ b/clients/clojure/project.clj @@ -1,4 +1,4 @@ -(defproject org.raystack/stencil-clj "0.3.3" +(defproject org.raystack/stencil-clj "0.4.0" :description "Stencil client for clojure" :url "https://github.com/raystack/stencil" :license {:name "Apache 2.0" diff --git a/clients/java/README.md b/clients/java/README.md index 38ddf98b..2c70ede9 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: 'org.raystack', name: 'stencil', version: '0.3.3' + implementation group: 'org.raystack', name: 'stencil', version: '0.4.0' ``` #### Maven diff --git a/clients/java/build.gradle b/clients/java/build.gradle index 8510d175..f69bab0f 100644 --- a/clients/java/build.gradle +++ b/clients/java/build.gradle @@ -10,7 +10,7 @@ plugins { } group 'org.raystack' -version '0.3.2' +version '0.4.0' repositories { mavenLocal() diff --git a/clients/js/package-lock.json b/clients/js/package-lock.json index 68432a02..621a537b 100644 --- a/clients/js/package-lock.json +++ b/clients/js/package-lock.json @@ -1,6 +1,6 @@ { "name": "@raystack/stencil", - "version": "0.1.7", + "version": "0.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/clients/js/package.json b/clients/js/package.json index ed2e3376..e389a60e 100644 --- a/clients/js/package.json +++ b/clients/js/package.json @@ -1,6 +1,6 @@ { "name": "@raystack/stencil", - "version": "0.3.3", + "version": "0.4.0", "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 ec2cf1a3..d7a2807a 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 -[org.raystack/stencil-clj "0.3.3"] +[org.raystack/stencil-clj "0.4.0"] ``` ## Usage diff --git a/docs/docs/clients/java.md b/docs/docs/clients/java.md index 9114c515..41a2a0ef 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: 'org.raystack', name: 'stencil', version: '0.3.3' + implementation group: 'org.raystack', name: 'stencil', version: '0.4.0' ``` #### Maven @@ -25,7 +25,7 @@ Protobuf allows you to define a protobuf file using DescriptorSet. A FileDescrip org.raystack stencil - 0.3.3 + 0.4.0 ``` diff --git a/docs/docs/installation.md b/docs/docs/installation.md index 5708a825..7e74ec70 100644 --- a/docs/docs/installation.md +++ b/docs/docs/installation.md @@ -56,7 +56,7 @@ docker pull raystack/stencil:latest To pull a specific version: ``` -docker pull raystack/stencil:v0.3.3 +docker pull raystack/stencil:v0.4.0 ``` ### Building from source diff --git a/docs/docs/reference/api.md b/docs/docs/reference/api.md index bccc077f..54df954e 100644 --- a/docs/docs/reference/api.md +++ b/docs/docs/reference/api.md @@ -1,6 +1,6 @@ # API -## Version: 0.3.3 +## Version: 0.4.0 ### /v1beta1/namespaces