Skip to content

Commit e27d9fa

Browse files
committed
Bumped versions
1 parent 5edd712 commit e27d9fa

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>dev.le_app</groupId>
88
<artifactId>mcss-api-java</artifactId>
9-
<version>1.0-SNAPSHOT</version>
9+
<version>1.2.1</version>
1010

1111

1212
<repositories>
@@ -37,7 +37,7 @@
3737
</dependencies>
3838

3939

40-
<build>
40+
<!--<build>
4141
<plugins>
4242
<plugin>
4343
<groupId>org.apache.maven.plugins</groupId>
@@ -46,7 +46,7 @@
4646
</plugin>
4747
</plugins>
4848
49-
</build>
49+
</build>-->
5050

5151
<distributionManagement>
5252
<repository>

src/main/java/dev/le_app/mcss_api_java/MCSSApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public class MCSSApi {
2929
protected String IP = null;
3030
protected String token = null;
3131
protected String version = null;
32-
protected String expectedVersion = "1.2.0";
32+
protected String expectedVersion = "1.2.1";
3333

3434
protected Boolean allowUnsafeSSL = false;
3535

src/test/java/TestMCSSApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ void testInformation() {
7272
fail("Thorn APIUnauthorizedException while testing information");
7373
}
7474
assertNotNull(info, "Info is null");
75-
assertEquals("1.0.0", info.getMCSSApiVersion(), "Version is not 1.0.0");
75+
assertEquals("1.2.1", info.getMCSSApiVersion(), "Version is not 1.0.0");
7676
assertTrue(info.getYouAreAwesome(), "Expected \"areYouAwesome\" to be true");
7777
}
7878

0 commit comments

Comments
 (0)