From 08a8417779a35af5f8fc514fc3e0adfe78fd0fb9 Mon Sep 17 00:00:00 2001 From: Meredith Baxter Date: Thu, 22 Apr 2021 14:56:37 -0400 Subject: [PATCH] Update version to 0.8.2 --- README.md | 4 ++-- build.gradle.kts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 19f730401..fe3dab418 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Hosting of artefacts is graciously provided by [Cloudsmith](https://cloudsmith.c maven { url "https://dl.cloudsmith.io/public/libp2p/jvm-libp2p/maven/" } } - implementation 'io.libp2p:jvm-libp2p-minimal:0.8.1-RELEASE' + implementation 'io.libp2p:jvm-libp2p-minimal:0.8.2-RELEASE' ``` ### Using Maven Add the repository to the `dependencyManagement` section of the pom file: @@ -96,7 +96,7 @@ And then add jvm-libp2p as a dependency: io.libp2p jvm-libp2p-minimal - 0.8.1-RELEASE + 0.8.2-RELEASE pom ``` diff --git a/build.gradle.kts b/build.gradle.kts index a04e0de9a..8a867673a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,7 +12,7 @@ import java.nio.file.Paths // ./gradlew publish -PcloudsmithUser= -PcloudsmithApiKey= group = "io.libp2p" -version = "0.8.1-RELEASE" +version = "0.8.2-RELEASE" description = "a minimal implementation of libp2p for the jvm" plugins {