Skip to content

Commit

Permalink
Merge pull request #2 from flohealth/bump-version
Browse files Browse the repository at this point in the history
Version 0.1.0
  • Loading branch information
alexei-laban-flo authored Jun 28, 2023
2 parents c0735c2 + cf84d0d commit 8aa39c3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,17 @@ in [Oblivious HTTP](https://datatracker.ietf.org/doc/draft-ietf-ohai-ohttp/).

## Download

You can download JAR artifacts from [GitHub Releases](https://github.com/flohealth/ok-bhttp/releases).
#### Declare Gradle dependencies

```kotlin
dependencies {
implementation("com.github.flohealth:ok-bhttp:0.1.0")
}
```

#### Download artifacts

Maven artifacts are coming soon.
You can download JAR artifacts from [GitHub Releases](https://github.com/flohealth/ok-bhttp/releases).

## Usage

Expand Down
2 changes: 1 addition & 1 deletion lib-bhttp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ publishing {
publishing = this,
config = PublishingConfig(
artifactId = "ok-bhttp",
version = "0.0.1",
version = "0.1.0",
),
)
setupPublishingRepositories(publishing = this)
Expand Down

0 comments on commit 8aa39c3

Please sign in to comment.