Skip to content

Commit b0d4c62

Browse files
committed
Update version and README
1 parent 77bf7b8 commit b0d4c62

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,11 @@ For Windows:
8181
$ ./gradlew.bat build
8282
```
8383

84-
Once built, you can find the resulting `jar` file at
84+
Once built, you can add the resulting `fat Jar` file into your Burp extensions.
85+
The file will be located at
8586

8687
```
87-
./copy-as-aiohttp-extension/build/distributions/copy-as-python-aiohttp-MAJOR.MINOR.PATCH.jar
88+
./copy-as-python-aiohttp/build/libs/copy-as-python-aiohttp-MAJOR.MINOR.PATCH-fat.jar
8889
```
8990

9091
## :memo: License ##

copy-as-python-aiohttp/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "1.0.1"
1+
version = "1.1.0"
22

33
plugins {
44
// Apply the java-library plugin for API and implementation separation.

0 commit comments

Comments
 (0)