Skip to content

Commit b1f914b

Browse files
committed
version bump
1 parent d3439c8 commit b1f914b

File tree

41 files changed

+45
-45
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+45
-45
lines changed

Mage.Client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.mage</groupId>
88
<artifactId>mage-root</artifactId>
9-
<version>1.4.54</version>
9+
<version>1.4.55</version>
1010
</parent>
1111

1212
<artifactId>mage-client</artifactId>

Mage.Common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.mage</groupId>
99
<artifactId>mage-root</artifactId>
10-
<version>1.4.54</version>
10+
<version>1.4.55</version>
1111
</parent>
1212

1313
<artifactId>mage-common</artifactId>

Mage.Common/src/main/java/mage/utils/MageVersion.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ public class MageVersion implements Serializable, Comparable<MageVersion> {
1717
// * launcher gives priority to 1.4.48 instead 1.4.48-any-text, so don't use empty release info
1818
public static final int MAGE_VERSION_MAJOR = 1;
1919
public static final int MAGE_VERSION_MINOR = 4;
20-
public static final int MAGE_VERSION_RELEASE = 54;
21-
public static final String MAGE_VERSION_RELEASE_INFO = "V3"; // V1, V1a, V1b for releases; V1-beta3, V1-beta4 for betas
20+
public static final int MAGE_VERSION_RELEASE = 55;
21+
public static final String MAGE_VERSION_RELEASE_INFO = "V1"; // V1, V1a, V1b for releases; V1-beta3, V1-beta4 for betas
2222

2323
// strict mode
2424
// Each update requires a strict version

Mage.Plugins/Mage.Counter.Plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.mage</groupId>
99
<artifactId>mage-plugins</artifactId>
10-
<version>1.4.54</version>
10+
<version>1.4.55</version>
1111
</parent>
1212

1313
<artifactId>mage-counter-plugin</artifactId>

Mage.Plugins/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.mage</groupId>
99
<artifactId>mage-root</artifactId>
10-
<version>1.4.54</version>
10+
<version>1.4.55</version>
1111
</parent>
1212

1313
<artifactId>mage-plugins</artifactId>

Mage.Reports/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.mage</groupId>
88
<artifactId>mage-root</artifactId>
9-
<version>1.4.54</version>
9+
<version>1.4.55</version>
1010
</parent>
1111

1212
<artifactId>mage-reports</artifactId>

Mage.Server.Console/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.mage</groupId>
88
<artifactId>mage-root</artifactId>
9-
<version>1.4.54</version>
9+
<version>1.4.55</version>
1010
</parent>
1111

1212
<artifactId>mage-server-console</artifactId>

Mage.Server.Plugins/Mage.Deck.Constructed/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.mage</groupId>
99
<artifactId>mage-server-plugins</artifactId>
10-
<version>1.4.54</version>
10+
<version>1.4.55</version>
1111
</parent>
1212

1313
<artifactId>mage-deck-constructed</artifactId>

Mage.Server.Plugins/Mage.Deck.Limited/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.mage</groupId>
99
<artifactId>mage-server-plugins</artifactId>
10-
<version>1.4.54</version>
10+
<version>1.4.55</version>
1111
</parent>
1212

1313
<artifactId>mage-deck-limited</artifactId>

Mage.Server.Plugins/Mage.Game.BrawlDuel/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.mage</groupId>
99
<artifactId>mage-server-plugins</artifactId>
10-
<version>1.4.54</version>
10+
<version>1.4.55</version>
1111
</parent>
1212

1313
<artifactId>mage-game-brawlduel</artifactId>

0 commit comments

Comments
 (0)