Skip to content

Commit

Permalink
Releasing v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
christiandeange committed Nov 24, 2024
1 parent ef5b0e2 commit fc78898
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 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.2.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.3.0) ![CI](https://github.com/christiandeange/ozone/actions/workflows/ci.yml/badge.svg)

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

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

Expand All @@ -54,7 +54,7 @@ Documentation is available at [ozone.christian.sh](https://ozone.christian.sh/oz
// build.gradle[.kts]

dependencies {
api("sh.christian.ozone:jetstream:0.2.0")
api("sh.christian.ozone:jetstream:0.3.0")
}
```

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

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

dependencies {
// This is where you have your schema files stored in your project.
lexicons(fileTree("lexicons") { include("**/*.json") })

// You can also depend directly on the published Bluesky lexicons instead.
lexicons("sh.christian.ozone:bluesky:0.2.0")
lexicons("sh.christian.ozone:lexicons:0.3.0")
}

lexicons {
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.2.0
POM_VERSION=0.3.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.2.0
POM_VERSION=0.3.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 @@ -70,4 +70,4 @@ workflow-runtime = { module = "com.squareup.workflow1:workflow-runtime", version

zstd = { module = "com.github.luben:zstd-jni", version = "1.5.6-7" }

bluesky = { module = "sh.christian.ozone:bluesky", version = "0.2.0" }
bluesky = { module = "sh.christian.ozone:bluesky", version = "0.3.0" }

0 comments on commit fc78898

Please sign in to comment.