Skip to content

Commit

Permalink
Update version and README
Browse files Browse the repository at this point in the history
  • Loading branch information
y0k4i-1337 committed May 23, 2024
1 parent 77bf7b8 commit b0d4c62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ##
Expand Down
2 changes: 1 addition & 1 deletion copy-as-python-aiohttp/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "1.0.1"
version = "1.1.0"

plugins {
// Apply the java-library plugin for API and implementation separation.
Expand Down

0 comments on commit b0d4c62

Please sign in to comment.