Skip to content

Commit 5b0a9a3

Browse files
committed
Bump version number to 1.2.0
1 parent f36bb06 commit 5b0a9a3

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.2.0-SNAPSHOT (Not yet released)
5+
## 1.2.0 (2017-03-29)
66

77
### Updated APIs
88

README.md

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

1818
* GroupId: `org.zaproxy`
1919
* ArtifactId: `zap-clientapi`
20-
* Version: `1.1.1`
20+
* Version: `1.2.0`
2121

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

build.gradle

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

13-
version '1.2.0-SNAPSHOT'
13+
version '1.2.0'
1414
ext.versionBC = '1.0.0'
1515

1616
repositories {

0 commit comments

Comments
 (0)