Skip to content

Commit 19c2bec

Browse files
committed
bump version number
1 parent 467f32f commit 19c2bec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ A library to access USB mass storage devices (pen drives, external HDDs, card re
1313
The library can be included into your project like this:
1414

1515
```ruby
16-
implementation 'me.jahnen:libaums:0.7.5'
16+
implementation 'me.jahnen:libaums:0.7.6'
1717
```
1818

1919
If you need the HTTP or the storage provider module:

libaums/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ apply plugin: 'com.hiya.jacoco-android'
77
ext {
88
artifact = 'libaums'
99
bintrayName = 'libaums'
10-
libraryVersion = '0.7.5'
10+
libraryVersion = '0.7.6'
1111
}
1212

1313
configurations {
@@ -22,7 +22,7 @@ android {
2222
minSdkVersion 15
2323
targetSdkVersion 29
2424
versionCode 75
25-
versionName "0.7.5"
25+
versionName "0.7.6"
2626

2727
externalNativeBuild {
2828
cmake {

0 commit comments

Comments
 (0)