Skip to content

Commit 67c9499

Browse files
committed
bump version number
1 parent c50b11b commit 67c9499

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ The configuration options are available in the tab YesWeHack / Options
5050

5151

5252
## Changelog
53+
- v2.0.2 - Change in yeswehack api
5354
- v2.0.1 - Fixed html rendering
5455
- v2.0.0
5556
- Total rewrite in Kotlin

src/main/kotlin/yesweburp/Globals.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import java.awt.Desktop
66
import java.io.PrintWriter
77
import java.net.URI
88

9-
const val VERSION = "2.0.1"
9+
const val VERSION = "2.0.2"
1010

1111
lateinit var callbacks: IBurpExtenderCallbacks
1212
lateinit var helpers: IExtensionHelpers

0 commit comments

Comments
 (0)