Skip to content

Commit

Permalink
version 2.0.2-10, fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aldenml committed Jan 10, 2021
1 parent 6010b4b commit 434177b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.0.1-9"
version = "2.0.2-10"

java {
// using java 8 for android compatibility
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/libtorrent4j/LibTorrent.java
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public static String opensslVersion() {
* @return libtorrent4j version.
*/
public static String libtorrent4jVersion() {
return "2.0.1-9";
return "2.0.2-10";
}

/**
Expand Down

0 comments on commit 434177b

Please sign in to comment.