Skip to content

Commit

Permalink
Chroma League 1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bonepl committed Nov 20, 2021
1 parent ce0b0db commit 624fa12
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 11 deletions.
4 changes: 2 additions & 2 deletions chroma-league-launcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.bonepl</groupId>
<artifactId>chroma-league-launcher</artifactId>
<version>1.1.5-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>pom</packaging>

<name>Chroma League Launcher</name>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>com.bonepl</groupId>
<artifactId>chroma-league</artifactId>
<version>1.1.5-SNAPSHOT</version>
<version>1.2.0</version>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions chroma-league/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
<parent>
<groupId>com.bonepl</groupId>
<artifactId>chroma-league-parent</artifactId>
<version>1.1.5-SNAPSHOT</version>
<version>1.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>chroma-league</artifactId>
<version>1.1.5-SNAPSHOT</version>
<version>1.2.0</version>
<name>Chroma League</name>

<dependencies>
<!-- core -->
<dependency>
<groupId>com.bonepl</groupId>
<artifactId>razer-sdk</artifactId>
<version>1.1.5-SNAPSHOT</version>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
Expand Down
7 changes: 4 additions & 3 deletions chroma-league/src/main/resources/VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
1.1.4
- Updated core libraries
- Fixed SSL connectivity errors
1.2.0
- Drake kills and soul animation redesigned
- Chemtech and Hextech drakes
- Blinking gold
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.bonepl</groupId>
<artifactId>chroma-league-parent</artifactId>
<version>1.1.5-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>pom</packaging>

<name>Chroma League with Java Razer SDK</name>
Expand Down
4 changes: 2 additions & 2 deletions razer-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>com.bonepl</groupId>
<artifactId>chroma-league-parent</artifactId>
<version>1.1.5-SNAPSHOT</version>
<version>1.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>razer-sdk</artifactId>
<version>1.1.5-SNAPSHOT</version>
<version>1.2.0</version>
<name>Java Razer Chroma SDK</name>

<dependencies>
Expand Down

0 comments on commit 624fa12

Please sign in to comment.