From 608368e827db13e3e3bdabeed3acd4b665ee9dae Mon Sep 17 00:00:00 2001 From: Seb Jachec Date: Wed, 23 Aug 2023 19:10:29 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Version=200.4.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- build.gradle.kts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7ab23aa..ffecb07 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ⏱ Time [![MIT License](https://img.shields.io/github/license/sebj/time?color=lightgray)](LICENSE) -[![Version 0.4.7](https://img.shields.io/github/v/release/sebj/time)](https://github.com/sebj/time/releases) +[![Version 0.4.8](https://img.shields.io/github/v/release/sebj/time)](https://github.com/sebj/time/releases) [![Build, Test & Deploy Documentation](https://github.com/sebj/time/workflows/Build%2C%20Test%20and%20Deploy%20Documentation/badge.svg)](https://github.com/sebj/time/actions/workflows/build-test-documentation.yaml) [![Follow @sebj@mastodon.social](https://img.shields.io/mastodon/follow/000921252?domain=https%3A%2F%2Fmastodon.social&style=plastic)](https://mastodon.social/@sebj) @@ -30,7 +30,7 @@ Supported `TimePeriod` units: Add the dependency to your Gradle build file: ``` dependencies { - implementation("me.sebj:time:0.4.7") + implementation("me.sebj:time:0.4.8") } ``` diff --git a/build.gradle.kts b/build.gradle.kts index 81f4799..abad6f4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,7 +9,7 @@ plugins { } group = "me.sebj" -version = "0.4.7" +version = "0.4.8" repositories { mavenCentral()