feat: bumped version to 1.4.0, ready to release
This commit is contained in:
parent
ef8b0797d7
commit
15eff80417
@ -1,6 +1,6 @@
|
||||
# Changelog
|
||||
|
||||
## 1.4.0 - Unreleased
|
||||
## 1.4.0
|
||||
|
||||
### Added
|
||||
* Readme and changelog files
|
||||
|
||||
@ -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:
|
||||
|
||||
4
pom.xml
4
pom.xml
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user