We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c50b11b commit 67c9499Copy full SHA for 67c9499
README.md
@@ -50,6 +50,7 @@ The configuration options are available in the tab YesWeHack / Options
50
51
52
## Changelog
53
+- v2.0.2 - Change in yeswehack api
54
- v2.0.1 - Fixed html rendering
55
- v2.0.0
56
- Total rewrite in Kotlin
src/main/kotlin/yesweburp/Globals.kt
@@ -6,7 +6,7 @@ import java.awt.Desktop
6
import java.io.PrintWriter
7
import java.net.URI
8
9
-const val VERSION = "2.0.1"
+const val VERSION = "2.0.2"
10
11
lateinit var callbacks: IBurpExtenderCallbacks
12
lateinit var helpers: IExtensionHelpers
0 commit comments