File tree Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ docker pull odpf/stencil:latest
8181To pull a specific version:
8282
8383```
84- docker pull odpf/stencil:v0.3.2
84+ docker pull odpf/stencil:v0.3.3
8585```
8686
8787## Usage
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ A Clojure library designed to easily encode and decode protobuf messages by usin
77Add the below dependency to your ` project.clj ` file:
88
99``` clj
10- [io.odpf/stencil-clj " 0.3.2 " ]
10+ [io.odpf/stencil-clj " 0.3.3 " ]
1111```
1212
1313## Usage
Original file line number Diff line number Diff line change 1- (defproject io.odpf /stencil-clj " 0.3.2 "
1+ (defproject io.odpf /stencil-clj " 0.3.3 "
22 :description " Stencil client for clojure"
33 :url " https://github.com/odpf/stencil"
44 :license {:name " Apache 2.0"
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Protobuf allows you to define a protobuf file using DescriptorSet. A FileDescrip
1616#### Gradle
1717
1818``` groovy
19- implementation group: 'io.odpf', name: 'stencil', version: '0.3.2 '
19+ implementation group: 'io.odpf', name: 'stencil', version: '0.3.3 '
2020```
2121
2222#### Maven
Original file line number Diff line number Diff line change 11{
22 "name" : " @odpf/stencil" ,
3- "version" : " 0.3.2 " ,
3+ "version" : " 0.3.3 " ,
44 "description" : " Stencil js client package provides a store to lookup protobuf descriptors and options to keep the protobuf descriptors upto date." ,
55 "main" : " main.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ A Clojure library designed to easily encode and decode protobuf messages by usin
77Add the below dependency to your ` project.clj ` file:
88
99``` clj
10- [io.odpf/stencil-clj " 0.3.2 " ]
10+ [io.odpf/stencil-clj " 0.3.3 " ]
1111```
1212
1313## Usage
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Protobuf allows you to define a protobuf file using DescriptorSet. A FileDescrip
1616#### Gradle
1717
1818``` groovy
19- implementation group: 'io.odpf', name: 'stencil', version: '0.3.2 '
19+ implementation group: 'io.odpf', name: 'stencil', version: '0.3.3 '
2020```
2121
2222#### Maven
@@ -25,7 +25,7 @@ Protobuf allows you to define a protobuf file using DescriptorSet. A FileDescrip
2525<dependency >
2626 <groupId >io.odpf</groupId >
2727 <artifactId >stencil</artifactId >
28- <version >0.3.2 </version >
28+ <version >0.3.3 </version >
2929</dependency >
3030```
3131
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ docker pull odpf/stencil:latest
5656To pull a specific version:
5757
5858```
59- docker pull odpf/stencil:v0.3.2
59+ docker pull odpf/stencil:v0.3.3
6060```
6161
6262### Building from source
Original file line number Diff line number Diff line change 11# API
22
3- ## Version: 0.3.2
3+ ## Version: 0.3.3
44
55### /v1beta1/namespaces
66
You can’t perform that action at this time.
0 commit comments