From 818881eaf5995da77189447f4cf96366adcb6afc Mon Sep 17 00:00:00 2001 From: David Herman Date: Sun, 24 Nov 2024 20:52:21 -0800 Subject: [PATCH] Update compatibility version badge It can actually be 1.6, not 1.7, because we recently made a change that goes back to publishing artifacts using 1.7 (and Kotlin is always compatible with at least one older version) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f02db45..360d065 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ![truthish tests](https://github.com/varabyte/truthish/actions/workflows/gradle-test-all.yml/badge.svg) ![coverage badge](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/bitspittle/01b6bfe88483946d9f5438f5616d9b9f/raw/truthish-coverage-badge.json)
-![kotlin version](https://img.shields.io/badge/kotlin_compatibility-1.7+-lightgray?logo=kotlin) +![kotlin version](https://img.shields.io/badge/kotlin_compatibility-1.6+-lightgray?logo=kotlin) ![targets](https://img.shields.io/badge/targets-JVM,_JS,_Win,_Linux,_Mac,_Android,_iOS-white.svg)