Skip to content

Commit

Permalink
🎉 0.9.14
Browse files Browse the repository at this point in the history
  • Loading branch information
fluidsonic committed Oct 18, 2019
1 parent eeba04b commit 05176bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
fluid-time
==========

[![Kotlin](https://img.shields.io/badge/Kotlin-1.3.50-blue.svg)](http://kotlinlang.org)
[![#fluid-libraries Slack Channel](https://img.shields.io/badge/slack-%23fluid--libraries-543951.svg)](https://kotlinlang.slack.com/messages/C7UDFSVT2/)
[![Maven Central](https://img.shields.io/maven-central/v/com.github.fluidsonic/fluid-time?label=Maven%20Central)](https://search.maven.org/artifact/com.github.fluidsonic/fluid-time)
[![JCenter](https://img.shields.io/bintray/v/bintray/jcenter/fluid-time?label=JCenter)](https://bintray.com/fluidsonic/maven/fluid-time)
[![Kotlin](https://img.shields.io/badge/Kotlin-1.3.50-blue.svg)](https://github.com/JetBrains/kotlin/releases/v1.3.50)
[![#fluid-libraries Slack Channel](https://img.shields.io/badge/slack-%23fluid--libraries-543951.svg?label=Slack)](https://kotlinlang.slack.com/messages/C7UDFSVT2/)

Multiplatform date & time library.
Very early stage.
Expand All @@ -12,16 +14,10 @@ Very early stage.
Installation
------------

This library is [available on Bintray](https://bintray.com/fluidsonic/maven/fluid-time) as `fluid-time` in the group `com.github.fluidsonic`.

`build.gradle.kts`:
```kotlin
dependencies {
implementation("com.github.fluidsonic:fluid-time:0.9.13")
}

repositories {
maven("https://dl.bintray.com/fluidsonic/maven")
implementation("com.github.fluidsonic:fluid-time:0.9.14")
}
```

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

fluidLibrary {
name = "fluid-time"
version = "0.9.13"
version = "0.9.14"
}

fluidLibraryVariant {
Expand Down

0 comments on commit 05176bc

Please sign in to comment.