Skip to content

Commit

Permalink
🔖 Version 0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sebj committed Aug 23, 2023
1 parent f9c6d15 commit 608368e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down Expand Up @@ -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")
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = "me.sebj"
version = "0.4.7"
version = "0.4.8"

repositories {
mavenCentral()
Expand Down

0 comments on commit 608368e

Please sign in to comment.