Skip to content

Commit

Permalink
bumping version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clausnagel committed Jul 15, 2024
1 parent 7c9c7bb commit c34850d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
## [1.0.0] - 2022-08-20
This is the initial release of gml-objects.

[Unreleased]: https://github.com/xmlobjects/gml-objects/compare/v1.1.0...HEAD
[Unreleased]: https://github.com/xmlobjects/gml-objects/compare/v1.1.1...HEAD
[1.1.1]: https://github.com/xmlobjects/gml-objects/releases/tag/v1.1.1
[1.1.0]: https://github.com/xmlobjects/gml-objects/releases/tag/v1.1.0
[1.0.4]: https://github.com/xmlobjects/gml-objects/releases/tag/v1.0.4
[1.0.3]: https://github.com/xmlobjects/gml-objects/releases/tag/v1.0.3
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gml-objects is licensed under the [Apache License, Version 2.0](http://www.apach
See the `LICENSE` file for more details.

## Latest release
The latest stable release of gml-objects is 1.1.0.
The latest stable release of gml-objects is 1.1.1.

Download the latest gml-objects release binaries [here](https://github.com/xmlobjects/gml-objects/releases/latest).
Previous releases are available from the [releases section](https://github.com/xmlobjects/gml-objects/releases).
Expand Down Expand Up @@ -44,7 +44,7 @@ project with Maven, add the following code to your `pom.xml`. You may need to ad
<dependency>
<groupId>org.xmlobjects.gml</groupId>
<artifactId>gml-objects</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>
```

Expand All @@ -56,6 +56,6 @@ repositories {
}
dependencies {
compile 'org.xmlobjects.gml:gml-objects:1.1.0'
compile 'org.xmlobjects.gml:gml-objects:1.1.1'
}
```
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group 'org.xmlobjects.gml'
version '1.1.0'
version '1.1.1'
description 'A Java mapping for the OGC Geography Markup Language (GML)'
ext.date = new Date()

Expand Down

0 comments on commit c34850d

Please sign in to comment.