Skip to content

Commit

Permalink
bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusja committed Mar 11, 2023
1 parent 41ebafd commit e5a31e9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion libaums/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

Expand Down
2 changes: 1 addition & 1 deletion libusbcommunication/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion libusbcommunication/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

Expand Down

0 comments on commit e5a31e9

Please sign in to comment.