Skip to content

Commit

Permalink
Releasing v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
christiandeange committed Nov 12, 2023
1 parent 7a1f15e commit b3d9af2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Maven Central](https://img.shields.io/maven-central/v/sh.christian.ozone/bluesky?versionPrefix=0.0.3) ![CI](https://github.com/christiandeange/ozone/actions/workflows/ci.yml/badge.svg)
![Maven Central](https://img.shields.io/maven-central/v/sh.christian.ozone/bluesky?versionPrefix=0.0.4) ![CI](https://github.com/christiandeange/ozone/actions/workflows/ci.yml/badge.svg)

ozone
=====
Expand Down Expand Up @@ -41,7 +41,7 @@ O<sub>3</sub> exists at all levels in the [ATmosphere](https://bsky.app/profile/
// build.gradle[.kts]

dependencies {
api("sh.christian.ozone:bluesky:0.0.3")
api("sh.christian.ozone:bluesky:0.0.4")
}
```

Expand All @@ -53,7 +53,7 @@ dependencies {
// build.gradle[.kts]

plugins {
id("sh.christian.ozone.generator") version "0.0.3"
id("sh.christian.ozone.generator") version "0.0.4"
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
POM_GROUP_ID=sh.christian.ozone
POM_VERSION=0.0.4-SNAPSHOT
POM_VERSION=0.0.4
POM_NAME=
POM_DESCRIPTION=

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ maven-publish = { module = "com.vanniktech:gradle-maven-publish-plugin", version
workflow-core = { module = "com.squareup.workflow1:workflow-core", version.ref = "workflow" }
workflow-runtime = { module = "com.squareup.workflow1:workflow-runtime", version.ref = "workflow" }

bluesky = { module = "sh.christian.ozone:bluesky", version = "0.0.3" }
bluesky = { module = "sh.christian.ozone:bluesky", version = "0.0.4" }

0 comments on commit b3d9af2

Please sign in to comment.