feat: bumped version to 1.4.0, ready to release

This commit is contained in:
Etienne Dx 2022-03-07 11:12:44 +01:00
parent ef8b0797d7
commit 15eff80417
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## 1.4.0 - Unreleased
## 1.4.0
### Added
* Readme and changelog files

View File

@ -3,7 +3,7 @@ main: me.EtienneDx.RealEstate.RealEstate
version: ${project.version}
authors: [EtienneDx, DmitryRendov]
depend: [Vault, GriefPrevention]
api-version: "1.17"
api-version: "1.18"
commands:
re:

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>Me.EtienneDx</groupId>
<artifactId>real-estate</artifactId>
<version>1.4.0-pre2</version>
<version>1.4.0</version>
<name>RealEstate</name>
<description>A spigot plugin for selling, renting and leasing GriefPrevention claims</description>
<build>
@ -150,7 +150,7 @@
<dependency>
<groupId>com.github.TechFortress</groupId>
<artifactId>GriefPrevention</artifactId>
<version>16.18-RC1</version>
<version>16.18</version>
<scope>provided</scope>
</dependency>
<dependency>