Skip to content

Commit

Permalink
Upgrade to 1.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sonOfRa committed Aug 30, 2020
1 parent f4bef99 commit 3ab8bd1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.6.1] 2020-08-30

### Changed
- Upgrade to 1.16.2


## [1.6.0] 2020-08-09

### Changed
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>de.slevermann.minecraft</groupId>
<artifactId>coordreminder</artifactId>
<version>1.6.0</version>
<version>1.6.1</version>
<description>Allows saving and recalling of coordinates</description>

<repositories>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.16.1-R0.1-SNAPSHOT</version>
<version>1.16.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 3ab8bd1

Please sign in to comment.