Skip to content

Commit 7803a67

Browse files
committed
Update to Amidst v4.6
1 parent 8b4e07b commit 7803a67

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>amidst</groupId>
66
<artifactId>amidst</artifactId>
7-
<version>4.5</version>
7+
<version>4.6</version>
88
<repositories>
99
<repository>
1010
<id>jitpack.io</id>
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
project.build.sourceEncoding=UTF-8
22
amidst.build.jdk.version=1.8
3-
amidst.build.filename=amidst-v4-5
3+
amidst.build.filename=amidst-v4-6
44

55
amidst.version.major=4
6-
amidst.version.minor=5
6+
amidst.version.minor=6
77
amidst.version.patch=0
88
amidst.version.preReleaseSuffix=

travis-ci/wrapper-for-mac/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>amidst</groupId>
55
<artifactId>wrapper-for-mac</artifactId>
6-
<version>4.5</version>
6+
<version>4.6</version>
77
<build>
88
<finalName>${amidst.build.filename}</finalName>
99
<plugins>
@@ -62,7 +62,7 @@
6262
<dependency>
6363
<groupId>amidst</groupId>
6464
<artifactId>amidst</artifactId>
65-
<version>4.5</version>
65+
<version>4.6</version>
6666
</dependency>
6767
<dependency>
6868
<groupId>sh.tak.appbundler</groupId>

travis-ci/wrapper-for-windows/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>amidst</groupId>
55
<artifactId>wrapper-for-windows</artifactId>
6-
<version>4.5</version>
6+
<version>4.6</version>
77
<build>
88
<finalName>${amidst.build.filename}</finalName>
99
<plugins>

0 commit comments

Comments
 (0)