Skip to content

Commit

Permalink
Merge pull request #127 from cdsap/1.0.9_release
Browse files Browse the repository at this point in the history
preparing fix release
  • Loading branch information
cdsap authored Nov 23, 2019
2 parents 7a10484 + f5e77b1 commit e0a5e23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Talaiot

[ ![Download](https://api.bintray.com/packages/cdsap/maven/talaiot/images/download.svg?version=1.0.8) ](https://bintray.com/cdsap/maven/talaiot/1.0.8/link)
[ ![Download](https://api.bintray.com/packages/cdsap/maven/talaiot/images/download.svg?version=1.0.9) ](https://bintray.com/cdsap/maven/talaiot/1.0./link)
[![CircleCI](https://circleci.com/gh/cdsap/Talaiot/tree/master.svg?style=svg)](https://circleci.com/gh/cdsap/Talaiot/tree/master)
[![codecov](https://codecov.io/gh/cdsap/Talaiot/branch/master/graph/badge.svg)](https://codecov.io/gh/cdsap/Talaiot)

Expand Down Expand Up @@ -63,7 +63,7 @@ maven ( url = uri("http://oss.jfrog.org/artifactory/oss-snapshot-local") )
And the current Snapshot:

````
classpath("com.cdsap:talaiot:1.0.9-SNAPSHOT")
classpath("com.cdsap:talaiot:1.0.10-SNAPSHOT")
````

## Basic configuration <a name="basic-configuration"></a>
Expand Down
2 changes: 1 addition & 1 deletion talaiot/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jacoco {
toolVersion = "0.8.3"
}

val versionTalaiot = "1.0.9-SNAPSHOT"
val versionTalaiot = "1.0.10-SNAPSHOT"



Expand Down

0 comments on commit e0a5e23

Please sign in to comment.