Skip to content

Commit

Permalink
Releasing v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
christiandeange committed Nov 10, 2024
1 parent 7c84f59 commit ff32d4f
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.1.0) ![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.2.0) ![CI](https://github.com/christiandeange/ozone/actions/workflows/ci.yml/badge.svg)

ozone
=====
Expand Down Expand Up @@ -34,7 +34,7 @@ Documentation is available at [ozone.christian.sh](https://ozone.christian.sh).
// build.gradle[.kts]

dependencies {
api("sh.christian.ozone:bluesky:0.1.0")
api("sh.christian.ozone:bluesky:0.2.0")
}
```

Expand All @@ -50,7 +50,7 @@ In addition to shipping the lexicons that define the official Bluesky API, this
// build.gradle[.kts]

plugins {
id("sh.christian.ozone.generator") version "0.1.0"
id("sh.christian.ozone.generator") version "0.2.0"
}

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.1.1-SNAPSHOT
POM_VERSION=0.2.0
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.1.1-SNAPSHOT
POM_VERSION=0.2.0
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 @@ -68,4 +68,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.1.0" }
bluesky = { module = "sh.christian.ozone:bluesky", version = "0.2.0" }

0 comments on commit ff32d4f

Please sign in to comment.