Skip to content

Commit 9fd1d0f

Browse files
authored
Merge pull request #13 from thc202/bump-version
Prepare next dev iteration
2 parents de3aaba + 0301d6c commit 9fd1d0f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ All notable changes to this add-on will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6+
## [Unreleased]
7+
8+
69
## [2] - 2020-01-30
710
### Added
811
- Add repo URL, shown in the marketplace and Manage Add-ons dialogue.
@@ -15,5 +18,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1518

1619
First version.
1720

21+
[Unreleased]: https://github.com/zaproxy/fuzzdb-web-backdoors/compare/v2...HEAD
1822
[2]: https://github.com/zaproxy/fuzzdb-web-backdoors/compare/v1...v2
1923
[1]: https://github.com/zaproxy/fuzzdb-web-backdoors/releases/v1

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repositories {
2121
mavenCentral()
2222
}
2323

24-
version = "2"
24+
version = "3"
2525
description = "FuzzDB web backdoors which can be used with the ZAP fuzzer"
2626

2727
java {
@@ -40,7 +40,7 @@ zapAddOn {
4040

4141
manifest {
4242
author.set("ZAP Dev Team")
43-
url.set("https://zaproxy.org/docs/desktop/addons/fuzzdb-web-backdoors/")
43+
url.set("https://www.zaproxy.org/docs/desktop/addons/fuzzdb-web-backdoors/")
4444
repo.set("https://github.com/zaproxy/fuzzdb-web-backdoors/")
4545
changesFile.set(tasks.named<ConvertMarkdownToHtml>("generateManifestChanges").flatMap { it.html })
4646

0 commit comments

Comments
 (0)