Update to Amidst v4.5-beta3

This commit is contained in:
Moulins 2020-07-01 19:50:48 +02:00
parent c5ed40add2
commit aff34b7d4d
4 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>amidst</groupId>
<artifactId>amidst</artifactId>
<version>4.5-beta2</version>
<version>4.5-beta3</version>
<repositories>
<repository>
<id>jitpack.io</id>

View File

@ -1,7 +1,7 @@
project.build.sourceEncoding=UTF-8
amidst.build.jdk.version=1.8
amidst.build.filename=amidst-v4-5-beta2
amidst.build.filename=amidst-v4-5-beta3
amidst.version.major=4
amidst.version.minor=5
amidst.version.preReleaseSuffix=beta2
amidst.version.preReleaseSuffix=beta3

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>amidst</groupId>
<artifactId>wrapper-for-mac</artifactId>
<version>4.5-beta2</version>
<version>4.5-beta3</version>
<build>
<finalName>${amidst.build.filename}</finalName>
<plugins>
@ -62,7 +62,7 @@
<dependency>
<groupId>amidst</groupId>
<artifactId>amidst</artifactId>
<version>4.5-beta2</version>
<version>4.5-beta3</version>
</dependency>
<dependency>
<groupId>sh.tak.appbundler</groupId>

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>amidst</groupId>
<artifactId>wrapper-for-windows</artifactId>
<version>4.5-beta2</version>
<version>4.5-beta3</version>
<build>
<finalName>${amidst.build.filename}</finalName>
<plugins>