diff --git a/README.md b/README.md index f672ea1..f08bf1f 100644 --- a/README.md +++ b/README.md @@ -81,10 +81,11 @@ For Windows: $ ./gradlew.bat build ``` -Once built, you can find the resulting `jar` file at +Once built, you can add the resulting `fat Jar` file into your Burp extensions. +The file will be located at ``` -./copy-as-aiohttp-extension/build/distributions/copy-as-python-aiohttp-MAJOR.MINOR.PATCH.jar +./copy-as-python-aiohttp/build/libs/copy-as-python-aiohttp-MAJOR.MINOR.PATCH-fat.jar ``` ## :memo: License ## diff --git a/copy-as-python-aiohttp/build.gradle.kts b/copy-as-python-aiohttp/build.gradle.kts index 7ec958a..cca1789 100644 --- a/copy-as-python-aiohttp/build.gradle.kts +++ b/copy-as-python-aiohttp/build.gradle.kts @@ -1,4 +1,4 @@ -version = "1.0.1" +version = "1.1.0" plugins { // Apply the java-library plugin for API and implementation separation.