Skip to content

Commit

Permalink
Incremented version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
redcatbear committed Jul 14, 2018
1 parent f72d2ae commit 2dbec40
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Sonarcloud status:

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

* [openfasttrace-1.0.0.jar](https://jcenter.bintray.com/org/itsallcode/openfasttrace/1.0.0/openfasttrace-1.0.0.jar)
* [openfasttrace-1.1.0.jar](https://jcenter.bintray.com/org/itsallcode/openfasttrace/1.1.0/openfasttrace-1.1.0.jar)

### Maven

Expand All @@ -51,7 +51,7 @@ To use OpenFastTrace as a dependency in your maven project add this to your `pom
<dependency>
<groupId>org.itsallcode</groupId>
<artifactId>openfasttrace</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand All @@ -66,7 +66,7 @@ repositories {
jcenter()
}
dependencies {
compile "org.itsallcode:openfasttrace:1.0.0"
compile "org.itsallcode:openfasttrace:1.1.0"
}
```

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.itsallcode</groupId>
<artifactId>openfasttrace</artifactId>
<version>1.0.2</version>
<version>1.1.0</version>
<name>OpenFastTrace</name>
<description>Free requirement tracking suite</description>
<url>https://github.com/itsallcode/openfasttrace</url>
Expand Down Expand Up @@ -318,4 +318,4 @@
</plugin>
</plugins>
</reporting>
</project>
</project>

0 comments on commit 2dbec40

Please sign in to comment.