Skip to content

Commit eb7a4fe

Browse files
authored
Merge pull request #7 from thc202/bump-version
Prepare next dev iteration
2 parents c8dc73d + 87e3856 commit eb7a4fe

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,8 +3,12 @@ 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
## [1] - 2019-06-27
710

811
First version.
912

13+
[Unreleased]: https://github.com/zaproxy/fuzzdb-web-backdoors/compare/v1...HEAD
1014
[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 = "1"
24+
version = "2"
2525
description = "FuzzDB web backdoors which can be used with the ZAP fuzzer"
2626

2727
java {
@@ -79,4 +79,4 @@ System.getenv("GITHUB_REF")?.let { ref ->
7979
}
8080
}
8181
}
82-
}
82+
}

0 commit comments

Comments
 (0)