Skip to content

Commit

Permalink
Releasing v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
christiandeange committed Mar 10, 2024
1 parent 06758c1 commit 41a85aa
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.6) ![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.7) ![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.6")
api("sh.christian.ozone:bluesky:0.0.7")
}
```

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

plugins {
id("sh.christian.ozone.generator") version "0.0.6"
id("sh.christian.ozone.generator") version "0.0.7"
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion generator/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.7-SNAPSHOT
POM_VERSION=0.0.7
POM_NAME=
POM_DESCRIPTION=

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.7-SNAPSHOT
POM_VERSION=0.0.7
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.6" }
bluesky = { module = "sh.christian.ozone:bluesky", version = "0.0.7" }

0 comments on commit 41a85aa

Please sign in to comment.