Skip to content

Commit

Permalink
Merge pull request #122 from teogor/release/plugin
Browse files Browse the repository at this point in the history
Documentation Update to Match Ceres Plugins Version 1.0.0-alpha02
  • Loading branch information
teogor authored Oct 4, 2023
2 parents 0c7e32c + a7b4d1a commit cc4ebc9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## Overview
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Maven Central](https://img.shields.io/maven-central/v/dev.teogor.ceres/bom.svg?label=Maven%20Central)](https://central.sonatype.com/search?q=g%3Adev.teogor.ceres+a%3Abom&smo=true)
[![API](https://img.shields.io/badge/API-21%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=21)
[![API](https://img.shields.io/badge/API-21%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=24)
[![Profile](https://source.teogor.dev/badges/teogor-github.svg)](https://github.com/teogor)
[![Portfolio](https://source.teogor.dev/badges/teogor-dev.svg)](https://teogor.dev)

Expand Down Expand Up @@ -39,7 +39,7 @@ To streamline the implementation of Ceres libraries, use the following Gradle se

```kotlin
dependencies {
implementation(platform("dev.teogor.ceres:bom:1.0.0-alpha01"))
implementation(platform("dev.teogor.ceres:bom:1.0.0-alpha02"))
}
```

Expand All @@ -48,7 +48,7 @@ dependencies {
```kotlin
dependencies {
// Ceres BoM
implementation(platform("dev.teogor.ceres:bom:1.0.0-alpha01"))
implementation(platform("dev.teogor.ceres:bom:1.0.0-alpha02"))

// Include individual Ceres libraries here as needed
implementation("dev.teogor.ceres:backup-core")
Expand Down
2 changes: 1 addition & 1 deletion plugin/library-convention/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ plugins {
}

group = "dev.teogor.ceres.plugin"
version = "1.0.0-alpha01"
version = "1.0.0-alpha02"

java {
// Up to Java 11 APIs are available through desugaring
Expand Down

0 comments on commit cc4ebc9

Please sign in to comment.