From ff32d4fd3739411e1b7c8a8afcb85bc9c0fb94b5 Mon Sep 17 00:00:00 2001 From: Christian De Angelis Date: Sun, 10 Nov 2024 03:07:45 -0500 Subject: [PATCH] Releasing v0.2.0 --- README.md | 6 +++--- generator/gradle.properties | 2 +- gradle.properties | 2 +- gradle/libs.versions.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b64a859..9c8c353 100644 --- a/README.md +++ b/README.md @@ -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 ===== @@ -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") } ``` @@ -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 { diff --git a/generator/gradle.properties b/generator/gradle.properties index 04b22d3..ad93704 100644 --- a/generator/gradle.properties +++ b/generator/gradle.properties @@ -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= diff --git a/gradle.properties b/gradle.properties index 98211b8..840fad2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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= diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 3076447..c78acc4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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" }