Skip to content

Commit

Permalink
Update snapshot version to 0.7.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedRejeb committed Dec 29, 2024
1 parent e4a1382 commit 29d9371
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 29d9371

Please sign in to comment.