Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
clausnagel committed Jun 14, 2022
1 parent bc9ccb4 commit fd04e84
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ citygml-tools is licensed under the [Apache License, Version 2.0](http://www.apa
See the `LICENSE` file for more details.

## Latest release
The latest stable release of citygml-tools is 1.4.4.
The latest stable release of citygml-tools is 1.4.5.

Download the citygml-tools 1.4.4 release binaries
[here](https://github.com/citygml4j/citygml-tools/releases/download/v1.4.4/citygml-tools-1.4.4.zip). Previous releases
Download the citygml-tools 1.4.5 release binaries
[here](https://github.com/citygml4j/citygml-tools/releases/download/v1.4.5/citygml-tools-1.4.5.zip). Previous releases
are available from the [releases section](https://github.com/citygml4j/citygml-tools/releases).

## Contributing
Expand Down Expand Up @@ -115,7 +115,7 @@ The libraries are also available as [Maven](http://maven.apache.org/) artifacts
<dependency>
<groupId>org.citygml4j.tools</groupId>
<artifactId>global-app-mover</artifactId>
<version>1.4.4</version>
<version>1.4.5</version>
</dependency>
```

Expand All @@ -127,7 +127,7 @@ repositories {
}
dependencies {
compile 'org.citygml4j.tools:global-app-mover:1.4.4'
compile 'org.citygml4j.tools:global-app-mover:1.4.5'
}
```

Expand Down

0 comments on commit fd04e84

Please sign in to comment.