Skip to content

Commit

Permalink
Bump version to 2.0-alpha10 and org.json:json to 20201115
Browse files Browse the repository at this point in the history
  • Loading branch information
velitasali committed Jan 15, 2021
1 parent 0ffe81f commit e1f9544
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.monora.coolsocket</groupId>
<artifactId>core</artifactId>
<version>2.0-rc09</version>
<version>2.0-rc10</version>
<name>CoolSocket</name>
<description>Bidirectional TCP socket layer and server</description>
<url>https://github.com//libcoolsocket/java</url>
Expand Down Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20180130</version>
<version>20201115</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit e1f9544

Please sign in to comment.