From 29d937181b1eb9f2db083aef1df5d658750f634e Mon Sep 17 00:00:00 2001 From: MohamedRejeb Date: Sun, 29 Dec 2024 20:28:41 +0100 Subject: [PATCH] Update snapshot version to 0.7.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 3504cdd..8f8bc09 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -62,7 +62,7 @@ jobs: - name: Deploy snapshot env: - VERSION: 0.6.0-SNAPSHOT + VERSION: 0.7.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 5a62394..db20ad4 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -93,7 +93,7 @@ dependencyResolutionManagement { Use the snapshot version: ```kotlin -api("com.mohamedrejeb.calf:calf-ui:0.6.0-SNAPSHOT") +api("com.mohamedrejeb.calf:calf-ui:0.7.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