Skip to content

Commit

Permalink
bump version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cdsap committed Aug 12, 2019
1 parent d33e43d commit cd750db
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.2) ](https://bintray.com/cdsap/maven/talaiot/1.0.2/link)
[ ![Download](https://api.bintray.com/packages/cdsap/maven/talaiot/images/download.svg?version=1.0.3) ](https://bintray.com/cdsap/maven/talaiot/1.0.3/link)


Talaiot is a simple and extensible plugin targeting teams using Gradle Build System.
Expand Down Expand Up @@ -51,7 +51,7 @@ maven ( url = uri("http://oss.jfrog.org/artifactory/oss-snapshot-local") )
And the current Snapshot:

````
classpath("com.cdsap:talaiot:1.0.3-SNAPSHOT")
classpath("com.cdsap:talaiot:1.0.4-SNAPSHOT")
````

## Basic configuration
Expand Down
2 changes: 1 addition & 1 deletion talaiot/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
id("com.novoda.bintray-release")
}

val versionTalaiot = "1.0.3-SNAPSHOT"
val versionTalaiot = "1.0.4-SNAPSHOT"


group = "com.cdsap"
Expand Down

0 comments on commit cd750db

Please sign in to comment.