From 35d8057304f62f563cb9d3b8775d8b0c0de09421 Mon Sep 17 00:00:00 2001 From: MohamedRejeb Date: Wed, 13 Nov 2024 09:16:35 +0100 Subject: [PATCH] Update snapshot version to 0.6.0-SNAPSHOT --- .github/workflows/gradle.yml | 2 +- docs/installation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index f59f689..0a4de24 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -62,7 +62,7 @@ jobs: - name: Deploy snapshot env: - VERSION: 0.5.0-SNAPSHOT + VERSION: 0.6.0-SNAPSHOT OSSRH_STAGING_PROFILE_ID: ${{ secrets.OSSRH_STAGING_PROFILE_ID }} OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }} OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }} diff --git a/docs/installation.md b/docs/installation.md index 73a366c..1485a12 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -92,7 +92,7 @@ dependencyResolutionManagement { Use the snapshot version: ```kotlin -api("com.mohamedrejeb.calf:calf-ui:0.5.0-SNAPSHOT") +api("com.mohamedrejeb.calf:calf-ui:0.6.0-SNAPSHOT") ``` >Note: Snapshots are deployed for each new commit on `main` that passes CI. They can potentially contain breaking changes or may be unstable. Use at your own risk. \ No newline at end of file