Skip to content

Commit

Permalink
Bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvrs committed Mar 13, 2022
1 parent de96b3f commit 0a627b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ For types, it adds support for these var encoding types:
- UVarInt
- UVarLong

More information about this var encoding can be found [here](https://developers.google.com/protocol-buffers/docs/encoding).
More information about var encoding can be found [here](https://developers.google.com/protocol-buffers/docs/encoding).


## Interfaces
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ kotlin.mpp.enableGranularSourceSetsMetadata=true
kotlin.native.enableDependencyPropagation=false

group=org.golem
version=0.0.2
version=0.1.0

0 comments on commit 0a627b3

Please sign in to comment.