Skip to content

Commit

Permalink
Releasing v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
christiandeange committed Apr 14, 2024
1 parent ce9360e commit 070a40c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
7 changes: 5 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// swift-tools-version:5.3
import PackageDescription

let remoteKotlinUrl = "https://repo1.maven.org/maven2/sh/christian/ozone/bluesky-kmmbridge/0.0.9/bluesky-kmmbridge-0.0.9.zip"
let remoteKotlinChecksum = "$f1ff7cfc32f3e181da3648b40d5507860ae8d5899f031694314da8fd76f35e00"
let packageName = "BlueskyAPI"

let package = Package(
Expand All @@ -17,8 +19,9 @@ let package = Package(
targets: [
.binaryTarget(
name: packageName,
path: "./bluesky/build/XCFrameworks/debug/\(packageName).xcframework"
url: remoteKotlinUrl,
checksum: remoteKotlinChecksum
)
,
]
)
)
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.8) ![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.9) ![CI](https://github.com/christiandeange/ozone/actions/workflows/ci.yml/badge.svg)

ozone
=====
Expand Down Expand Up @@ -30,7 +30,7 @@ No relation to the moderation tools also named [Ozone](https://github.com/bluesk
// build.gradle[.kts]

dependencies {
api("sh.christian.ozone:bluesky:0.0.8")
api("sh.christian.ozone:bluesky:0.0.9")
}
```

Expand All @@ -42,7 +42,7 @@ Docs are available at [ozone.christian.sh](https://ozone.christian.sh).
// build.gradle[.kts]

plugins {
id("sh.christian.ozone.generator") version "0.0.8"
id("sh.christian.ozone.generator") version "0.0.9"
}

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

0 comments on commit 070a40c

Please sign in to comment.