Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
B-i-t-K committed Aug 29, 2023
1 parent c50b11b commit 67c9499
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ The configuration options are available in the tab YesWeHack / Options


## Changelog
- v2.0.2 - Change in yeswehack api
- v2.0.1 - Fixed html rendering
- v2.0.0
- Total rewrite in Kotlin
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/yesweburp/Globals.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import java.awt.Desktop
import java.io.PrintWriter
import java.net.URI

const val VERSION = "2.0.1"
const val VERSION = "2.0.2"

lateinit var callbacks: IBurpExtenderCallbacks
lateinit var helpers: IExtensionHelpers
Expand Down

0 comments on commit 67c9499

Please sign in to comment.