Skip to content

Commit

Permalink
Merge pull request #204 from MohamedRejeb/0.6.x
Browse files Browse the repository at this point in the history
Update snapshot version to 0.6.0-SNAPSHOT
  • Loading branch information
MohamedRejeb authored Nov 13, 2024
2 parents 85c2aee + 35d8057 commit fed7e62
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.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 }}
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit fed7e62

Please sign in to comment.