diff --git a/README.md b/README.md index abba7c6b..4edb4869 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ A library to access USB mass storage devices (pen drives, external HDDs, card re The library can be included into your project like this: ```ruby -implementation 'me.jahnen.libaums:core:0.9.4' +implementation 'me.jahnen.libaums:core:0.10.0' ``` If you need the HTTP or the storage provider module: diff --git a/libaums/build.gradle b/libaums/build.gradle index 1ce572b8..3cc63eea 100644 --- a/libaums/build.gradle +++ b/libaums/build.gradle @@ -9,7 +9,7 @@ jacoco { ext { PUBLISH_GROUP_ID = 'me.jahnen.libaums' - PUBLISH_VERSION = '0.9.4' + PUBLISH_VERSION = '0.10.0' PUBLISH_ARTIFACT_ID = 'core' } diff --git a/libusbcommunication/README.md b/libusbcommunication/README.md index cdd31f3c..3aab9409 100644 --- a/libusbcommunication/README.md +++ b/libusbcommunication/README.md @@ -38,7 +38,7 @@ Refer to the following blog where someone claims that LPGL cannot be used in clo #### Inclusion in your build.gradle ```ruby -implementation 'me.jahnen.libaums:libusbcommunication:0.2.4' +implementation 'me.jahnen.libaums:libusbcommunication:0.3.0' ``` ### Activate libusb communication diff --git a/libusbcommunication/build.gradle b/libusbcommunication/build.gradle index 4444ccc2..7b958f07 100644 --- a/libusbcommunication/build.gradle +++ b/libusbcommunication/build.gradle @@ -8,7 +8,7 @@ String libusbDir = props['libusb.dir'] ext { PUBLISH_GROUP_ID = 'me.jahnen.libaums' - PUBLISH_VERSION = '0.2.4' + PUBLISH_VERSION = '0.3.0' PUBLISH_ARTIFACT_ID = 'libusbcommunication' }