Skip to content

Commit

Permalink
bumping version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clausnagel committed Nov 3, 2023
1 parent 9a4d07c commit b4191ce
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 @@ -11,7 +11,7 @@ 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 2.1.0.
The latest stable release of citygml-tools is 2.2.0.

Download the latest citygml-tools release as ZIP package
[here](https://github.com/citygml4j/citygml-tools/releases/latest). Previous releases are available from the
Expand Down Expand Up @@ -76,7 +76,7 @@ of the specified CityGML file:
You can process CityGML 3.0, 2.0, and 1.0 files with citygml-tools. The `upgrade` command provides an
easy way to convert your existing CityGML 2.0 and 1.0 datasets into the latest version 3.0 of CityGML.

The `from-cityjson` and `to-cityjson` commands support [CityJSON](https://www.cityjson.org/) 1.1 and 1.0 files.
The `from-cityjson` and `to-cityjson` commands support [CityJSON](https://www.cityjson.org/) 2.0, 1.1, and 1.0 files.

## System requirements
* Java 11 or higher
Expand All @@ -96,7 +96,7 @@ An official image can be pulled from Docker Hub as shown below.

> docker pull citygml4j/citygml-tools:TAG

Replace the `TAG` label with the version of citygml-tools you want to use such as `v1.4.5`. The `latest` tag
Replace the `TAG` label with the version of citygml-tools you want to use such as `v2.2.0`. The `latest` tag
refers to the latest stable release and is also the _default value_ if no tag is specified. If you want to pull the
most recent unreleased snapshot of citygml-tools, use `edge` as tag.

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group 'org.citygml4j.tools'
version '2.2.0-SNAPSHOT'
version '2.2.0'
description 'Collection of tools for processing CityGML files'

ext {
Expand Down

0 comments on commit b4191ce

Please sign in to comment.