Skip to content

Commit

Permalink
feat: bumped version to 1.4.0, ready to release
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneDx committed Mar 7, 2022
1 parent ef8b079 commit 15eff80
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 1.4.0 - Unreleased
## 1.4.0

### Added
* Readme and changelog files
Expand Down
2 changes: 1 addition & 1 deletion plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 15eff80

Please sign in to comment.