Skip to content

Commit

Permalink
Version 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
smaugfm committed Mar 29, 2023
1 parent a9bf67f commit 9cf97b1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# monobank

Non-blocking client for Monobank developer API
![Maven Central](https://img.shields.io/maven-central/v/io.github.smaugfm/monobank)
[![License](https://img.shields.io/github/license/smaugfm/lunchmoney.svg)](https://github.com/michaelbull/kotlin-result/blob/master/LICENSE)

Non-blocking client for Monobank developer API for JVM-based languages.

## Installation

```kotlin
repositories {
mavenCentral()
}

dependencies {
implementation("io.github.smaugfm:monobank:0.0.1")
}
```
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {
}

group = "io.github.smaugfm"
version = "0.0.1-SNAPSHOT"
version = "0.0.1"
val isReleaseVersion = !version.toString().endsWith("SNAPSHOT")

repositories {
Expand Down

0 comments on commit 9cf97b1

Please sign in to comment.