Skip to content

Commit 4bb3076

Browse files
committed
Bump version number to 1.4.0
1 parent 3d46243 commit 4bb3076

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.4.0-SNAPSHOT (Not yet released)
5+
## 1.4.0 (2017-07-13)
66

77
### Ant Tasks
88

README.md

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

2222
* GroupId: `org.zaproxy`
2323
* ArtifactId: `zap-clientapi`
24-
* Version: `1.3.0`
24+
* Version: `1.4.0`
2525

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

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.4.0-SNAPSHOT'
13+
version '1.4.0'
1414
ext.versionBC = '1.0.0'
1515

1616
repositories {

0 commit comments

Comments
 (0)