Skip to content

Commit 608368e

Browse files
committed
🔖 Version 0.4.8
1 parent f9c6d15 commit 608368e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ⏱ Time
22

33
[![MIT License](https://img.shields.io/github/license/sebj/time?color=lightgray)](LICENSE)
4-
[![Version 0.4.7](https://img.shields.io/github/v/release/sebj/time)](https://github.com/sebj/time/releases)
4+
[![Version 0.4.8](https://img.shields.io/github/v/release/sebj/time)](https://github.com/sebj/time/releases)
55
[![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)
66
[![Follow @sebj@mastodon.social](https://img.shields.io/mastodon/follow/000921252?domain=https%3A%2F%2Fmastodon.social&style=plastic)](https://mastodon.social/@sebj)
77

@@ -30,7 +30,7 @@ Supported `TimePeriod` units:
3030
Add the dependency to your Gradle build file:
3131
```
3232
dependencies {
33-
implementation("me.sebj:time:0.4.7")
33+
implementation("me.sebj:time:0.4.8")
3434
}
3535
```
3636

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
group = "me.sebj"
12-
version = "0.4.7"
12+
version = "0.4.8"
1313

1414
repositories {
1515
mavenCentral()

0 commit comments

Comments
 (0)