Skip to content

Commit

Permalink
version 2.1.0-31 (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
aldenml authored Oct 8, 2023
1 parent 93e7d5d commit f2163ba
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
}

group = "org.libtorrent4j"
version = "2.1.0-30"
version = "2.1.0-31"

java {
// using java 8 for android compatibility
Expand Down
2 changes: 2 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
2.1.0-31

* update to libtorrent master
* using SWIG 4.1.1
* improved java api layer
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/org/libtorrent4j/LibTorrent.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public static String version() {
* @return the git revision
*/
public static String revision() {
return "6371168c381ec28ee38e91fe4deafde7a90ae564";
return "8e53eba82fc74c40905fd6b05b6ed24ee6b6b2a1";
}

/**
Expand Down Expand Up @@ -71,7 +71,7 @@ public static String opensslVersion() {
* @return libtorrent4j version.
*/
public static String libtorrent4jVersion() {
return "2.1.0-30";
return "2.1.0-31";
}

/**
Expand Down

0 comments on commit f2163ba

Please sign in to comment.