Skip to content

Commit

Permalink
prepare for release 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Gendalfion committed Dec 29, 2018
1 parent df5527f commit 6cbf430
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This is a tool to import telemetry data from [UgCS](www.ugcs.com) to [DroneLogbo
## Getting pre-built release distribution
1. Download the [latest](https://github.com/ugcs/dronelogbook/releases/latest) release distribution as executable jar-file (or go to the [release page](https://github.com/ugcs/dronelogbook/releases) if you want a different one).

2. Run `telemetrySyncTool-1.2.jar` (in Linux you may have to add execution permissions on jar-file).
2. Run `telemetrySyncTool-1.3.jar` (in Linux you may have to add execution permissions on jar-file).

3. All configurations are available through `client.properties` file located in `<user_home>/.dronelogbook` _application data folder_ (e. g. for Windows it is `C:\Users\<user_name>\.dronelogbook`).

Expand All @@ -23,7 +23,7 @@ This is a tool to import telemetry data from [UgCS](www.ugcs.com) to [DroneLogbo
```bash
mvnw clean package
```
* after successful build you'll find executable `telemetrySyncTool-1.2.jar` application in `distr/multi-platform` directory
* after successful build you'll find executable `telemetrySyncTool-1.3.jar` application in `distr/multi-platform` directory
* for Windows you may use `ditr/windows-executable/telemetrySyncTool.exe`

## Connection with UgCS
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>UgCS</groupId>
<artifactId>telemetrySyncTool</artifactId>
<packaging>jar</packaging>
<version>1.2</version>
<version>1.3</version>
<name>Telemetry Sync Tool</name>
<url>https://github.com/ugcs/dronelogbook.git</url>

Expand Down Expand Up @@ -42,7 +42,7 @@
<junit.jupiter.version>5.3.1</junit.jupiter.version>

<buildNumber/>
<project.isRelease>false</project.isRelease>
<project.isRelease>true</project.isRelease>
</properties>

<dependencies>
Expand Down

0 comments on commit 6cbf430

Please sign in to comment.