From b53e4f3b0cea66bc0c3428f60462fd5bf2d4a426 Mon Sep 17 00:00:00 2001 From: Em Jordan Date: Sat, 12 Mar 2022 20:08:22 -0600 Subject: [PATCH] Bump version to 0.1.0 --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 12722fa..00569af 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/gradle.properties b/gradle.properties index eece44b..eb11bf7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,4 +3,4 @@ kotlin.mpp.enableGranularSourceSetsMetadata=true kotlin.native.enableDependencyPropagation=false group=org.golem -version=0.0.2 \ No newline at end of file +version=0.1.0 \ No newline at end of file