Skip to content

Commit

Permalink
Change version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Fritz Windisch committed Jan 24, 2020
1 parent bd3746e commit c9f7b1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ Include the library in your project by adding it as a maven dependency:
<dependency>
<groupId>me.friwi</groupId>
<artifactId>tello4j</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</dependency>
```
...or download the .jar [here](https://search.maven.org/artifact/me.friwi/tello4j/1.0.1/jar) (You will need to include JavaCV 1.5.2 in your project for the library to work).
...or download the .jar [here](https://search.maven.org/artifact/me.friwi/tello4j/1.0.2/jar) (You will need to include JavaCV 1.5.2 in your project for the library to work).

Use the API to send instructions to your drone, receive state updates and video frames from the camera of your drone:
```java
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>me.friwi</groupId>
<artifactId>tello4j</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<name>Tello4J</name>
<description>A Java library for communication with your tello drone.
Supporting SDK commands, state updates and video feed.</description>
Expand Down

0 comments on commit c9f7b1f

Please sign in to comment.