Skip to content

Commit

Permalink
Bump version 04
Browse files Browse the repository at this point in the history
  • Loading branch information
kittinunf committed Oct 27, 2024
1 parent 71e35cb commit 1ba4e6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ From 3.x onwards, we are using [main](https://github.com/kittinunf/fuel/tree/mai

### For release version
```kotlin
implementation("com.github.kittinunf.fuel:fuel:3.0.0-alpha03")
implementation("com.github.kittinunf.fuel:fuel:3.0.0-alpha04")
```

## Quick Start
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ artifactUrl=https://github.com/kittinunf/fuel
artifactScm=[email protected]:kittinunf/fuel.git
artifactLicenseName=MIT License
artifactLicenseUrl=http://www.opensource.org/licenses/mit-license.php
artifactPublishVersion=3.0.0-alpha03
artifactPublishVersion=3.0.0-alpha04
artifactGroupId=com.github.kittinunf.fuel

0 comments on commit 1ba4e6b

Please sign in to comment.