Skip to content

Commit

Permalink
Bump READMEs to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVautherin committed Feb 1, 2022
1 parent ef39112 commit 45adf67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ MAVSDK-Java is distributed through MavenCentral, meaning that it can be imported
```
dependencies {
...
implementation 'io.mavsdk:mavsdk:1.0.0'
implementation 'io.mavsdk:mavsdk:1.0.1'
...
}
```
Expand All @@ -29,8 +29,8 @@ For Android, `mavsdk_server` is distributed as an Android library (`aar`):
```
dependencies {
...
implementation 'io.mavsdk:mavsdk:1.0.0'
implementation 'io.mavsdk:mavsdk-server:1.0.0'
implementation 'io.mavsdk:mavsdk:1.0.1'
implementation 'io.mavsdk:mavsdk-server:1.0.1'
...
}
```
Expand Down
2 changes: 1 addition & 1 deletion sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Because it is deployed on Maven Central, adding MAVSDK-Java to your project is a

```groovy
dependencies {
implementation 'io.mavsdk:mavsdk:1.0.0'
implementation 'io.mavsdk:mavsdk:1.0.1'
}
```

Expand Down

0 comments on commit 45adf67

Please sign in to comment.