Skip to content

Commit c4c8c17

Browse files
committed
Increment version to 1.2.0
1 parent cac7595 commit c4c8c17

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Sonarcloud status:
4141

4242
Download the executable jar at [jcenter](https://jcenter.bintray.com/org/itsallcode/openfasttrace/):
4343

44-
* [openfasttrace-1.1.0.jar](https://jcenter.bintray.com/org/itsallcode/openfasttrace/1.1.0/openfasttrace-1.1.0.jar)
44+
* [openfasttrace-1.2.0.jar](https://jcenter.bintray.com/org/itsallcode/openfasttrace/1.2.0/openfasttrace-1.2.0.jar)
4545

4646
### Maven
4747

@@ -52,7 +52,7 @@ To use OpenFastTrace as a dependency in your maven project add this to your `pom
5252
<dependency>
5353
<groupId>org.itsallcode</groupId>
5454
<artifactId>openfasttrace</artifactId>
55-
<version>1.1.0</version>
55+
<version>1.2.0</version>
5656
<scope>compile</scope>
5757
</dependency>
5858
</dependencies>
@@ -67,7 +67,7 @@ repositories {
6767
jcenter()
6868
}
6969
dependencies {
70-
compile "org.itsallcode:openfasttrace:1.1.0"
70+
compile "org.itsallcode:openfasttrace:1.2.0"
7171
}
7272
```
7373

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.itsallcode</groupId>
55
<artifactId>openfasttrace</artifactId>
6-
<version>1.1.0</version>
6+
<version>1.2.0</version>
77
<name>OpenFastTrace</name>
88
<description>Free requirement tracking suite</description>
99
<url>https://github.com/itsallcode/openfasttrace</url>

0 commit comments

Comments
 (0)