diff --git a/CHANGELOG.md b/CHANGELOG.md index 4280fd53c7bfcee934f39db39a816a46b4caebcb..ba1bf18fcbfc5ff26dd778229dd8da6388552d4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # IPtProxy Changelog +## 0.5.1 + +- Base on latest Snowflake master which contains a lot of patches we previously + had to provide ourselves. + ## 0.5.0 - Added `StopSnowflake` function. diff --git a/IPtProxy.aar b/IPtProxy.aar index 171c2bc6a86260739a9d636c76feb04e1d360551..b4c0df953f25c02302b5ec6553bbb1885f8889d3 100644 Binary files a/IPtProxy.aar and b/IPtProxy.aar differ diff --git a/IPtProxy.framework/Versions/A/IPtProxy b/IPtProxy.framework/Versions/A/IPtProxy index f656c0a936a8a76c3954e045bf89664f306579ac..53f0ff6e10a1a26001004aca1e5d9e4922cb0744 100644 Binary files a/IPtProxy.framework/Versions/A/IPtProxy and b/IPtProxy.framework/Versions/A/IPtProxy differ diff --git a/IPtProxy.podspec b/IPtProxy.podspec index 30ec73fce43601d03cc33ada9eb206144e7129ed..d63ab2d766c232a3202efa7441a827f078873637 100644 --- a/IPtProxy.podspec +++ b/IPtProxy.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'IPtProxy' - s.version = '0.5.0' + s.version = '0.5.1' s.summary = 'Obfs4proxy and Snowflake Pluggable Transports for iOS' s.description = <<-DESC diff --git a/README.md b/README.md index c10fc577446d780cda47b9c735a26f3c46302f0a..a1fbf65cc4bba1524f01b08dd4e29976ad57aace 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ IPtProxy is available through [JitPack](https://jitpack.io). To install it, simply add the following line to your `build.gradle` file: ```groovy -implementation 'com.github.tladesignz:IPtProxy:0.5.0' +implementation 'com.github.tladesignz:IPtProxy:0.5.1' ``` And this to your root `build.gradle` at the end of repositories: diff --git a/jitpack.yml b/jitpack.yml index 9d28c58128bca43fac960848df62c0eab19b9f3e..686864d253da5a41a887301ed27d6bbf8e1e4614 100644 --- a/jitpack.yml +++ b/jitpack.yml @@ -1,3 +1,3 @@ install: - FILE="-Dfile=IPtProxy.aar" - - mvn install:install-file $FILE -DgroupId=com.github.tladesignz -DartifactId=IPtProxy -Dversion=0.5.0 -Dpackaging=aar -DgeneratePom=true + - mvn install:install-file $FILE -DgroupId=com.github.tladesignz -DartifactId=IPtProxy -Dversion=0.5.1 -Dpackaging=aar -DgeneratePom=true diff --git a/pom.xml b/pom.xml index 5fe302fb766de00a6f1287af274bab74fb268113..b83b1e320fa2757f48d20cb40e90ab7041b811d3 100644 --- a/pom.xml +++ b/pom.xml @@ -5,5 +5,5 @@ <modelVersion>4.0.0</modelVersion> <groupId>com.github.tladesignz</groupId> <artifactId>IPtProxy</artifactId> - <version>0.5.0</version> + <version>0.5.1</version> </project>