From ec111fb4b38c39ac411ccadf1aec48053f65c3d2 Mon Sep 17 00:00:00 2001 From: Jordon de Hoog Date: Tue, 3 Dec 2024 13:17:47 -0500 Subject: [PATCH] Update README.MD --- README.MD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.MD b/README.MD index fadbc6e..5282a1b 100644 --- a/README.MD +++ b/README.MD @@ -2,7 +2,7 @@
[![Maven Central Version](https://img.shields.io/maven-central/v/dev.jordond.connectivity/connectivity-core)](https://central.sonatype.com/namespace/dev.jordond.connectivity) -[![Kotlin](https://img.shields.io/badge/kotlin-v2.0.21-blue.svg?logo=kotlin)](http://kotlinlang.org) +[![Kotlin](https://img.shields.io/badge/kotlin-v2.1.0-blue.svg?logo=kotlin)](http://kotlinlang.org) [![Build](https://github.com/jordond/connectivity/actions/workflows/ci.yml/badge.svg)](https://github.com/jordond/connectivity/actions/workflows/ci.yml) [![License](https://img.shields.io/github/license/jordond/connectivity)](https://opensource.org/license/mit/) @@ -58,7 +58,7 @@ Add the following dependencies to your project, depending on the platform you ar ```toml [versions] -connectivity = "1.1.3" +connectivity = "1.2.0" [libraries] connectivity-core = { module = "dev.jordond.connectivity:connectivity-core", version.ref = "connectivity" }