From b0d4c629a95e72f1845f78ae6fd770342529a521 Mon Sep 17 00:00:00 2001 From: Mayk <7395296+y0k4i-1337@users.noreply.github.com> Date: Thu, 23 May 2024 17:47:42 -0300 Subject: [PATCH] Update version and README --- README.md | 5 +++-- copy-as-python-aiohttp/build.gradle.kts | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) 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.