Skip to content

Commit 9de3337

Browse files
devjorgecastroJorge Castro
authored and
Jorge Castro
committed
Release v1.0.0-alpha6
1 parent 63370f6 commit 9de3337

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Retrofit JsonApi Converter: Android Library for Retrofit
22

3-
[ ![Download](https://api.bintray.com/packages/devjorgecastro/RetrofitJsonApiConverter/tech.jorgecastro.retrofit-jsonapi-converter/images/download.svg?version=1.0.0-alpha5) ](https://bintray.com/devjorgecastro/RetrofitJsonApiConverter/tech.jorgecastro.retrofit-jsonapi-converter/1.0.0-alpha5/link)
3+
[ ![Download](https://api.bintray.com/packages/devjorgecastro/RetrofitJsonApiConverter/tech.jorgecastro.retrofit-jsonapi-converter/images/download.svg?version=1.0.0-alpha6) ](https://bintray.com/devjorgecastro/RetrofitJsonApiConverter/tech.jorgecastro.retrofit-jsonapi-converter/1.0.0-alpha6/link)
44

55
Written purely in kotlin :heart_eyes::heart:
66

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ android {
1111
minSdkVersion 19
1212
targetSdkVersion 29
1313
versionCode 1
14-
versionName "1.0.0-alpha5"
14+
versionName "1.0.0-alpha6"
1515

1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
}

retrofit-jsonapi-converter/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ext {
1313
// For example, tech.jorgecastro:retrofit-jsonapi-converter:1.0.0-alpha1
1414
publishedGroupId = 'tech.jorgecastro'
1515
artifact = 'retrofit-jsonapi-converter'
16-
libraryVersion = '1.0.0-alpha5'
16+
libraryVersion = '1.0.0-alpha6'
1717

1818
libraryDescription = 'Library to convert responses from a jsonapi-formatted web service to class objects'
1919

0 commit comments

Comments
 (0)