Skip to content

Commit

Permalink
bump verison numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusja committed Feb 26, 2019
1 parent f212cd2 commit 062c96f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion httpserver/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project.archivesBaseName = 'libaums-httpserver'
ext {
artifact = 'libaums-httpserver'
bintrayName = 'libaums-httpserver'
libraryVersion = '0.5.2'
libraryVersion = '0.5.3'
}

configurations {
Expand Down
2 changes: 1 addition & 1 deletion libaums/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'jacoco-android'
ext {
artifact = 'libaums'
bintrayName = 'libaums'
libraryVersion = '0.5.5'
libraryVersion = '0.5.6'
}


Expand Down

0 comments on commit 062c96f

Please sign in to comment.