Skip to content

Commit e20d134

Browse files
committed
Bump version number to 1.5.0
1 parent f19f636 commit e20d134

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Summary of the changes done in each version.
44

5-
## 1.5.0-SNAPSHOT (Not yet released)
5+
## 1.5.0 (2017-11-30)
66

77
### Updated APIs
88

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ can be obtained from [Maven Central](http://search.maven.org/) with following co
2222

2323
* GroupId: `org.zaproxy`
2424
* ArtifactId: `zap-clientapi`
25-
* Version: `1.4.0`
25+
* Version: `1.5.0`
2626

2727
Previous releases are also available, more details can be found in [Maven Central](http://search.maven.org/#search|ga|1|org.zaproxy).
2828

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ subprojects {
1010
apply plugin: 'java'
1111
group = 'org.zaproxy'
1212

13-
version '1.5.0-SNAPSHOT'
13+
version '1.5.0'
1414
ext.versionBC = '1.3.0'
1515

1616
repositories {

0 commit comments

Comments
 (0)