Skip to content

Commit

Permalink
Merge pull request #202 from cdsap/update_1.3.5
Browse files Browse the repository at this point in the history
update 1.3.5
  • Loading branch information
cdsap authored Aug 21, 2020
2 parents a5ab9a3 + e77ba1f commit 04d478d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ https://en.wikipedia.org/wiki/Talaiot
Using the plugins DSL
```
plugins {
id("com.cdsap.talaiot") version "1.3.4"
id("com.cdsap.talaiot") version "1.3.5"
}
```

Expand All @@ -54,7 +54,7 @@ buildscript {
}
}
dependencies {
classpath("com.cdsap:talaiot:1.3.4")
classpath("com.cdsap:talaiot:1.3.5")
}
}
Expand All @@ -65,7 +65,7 @@ apply(plugin = "com.cdsap.talaiot")
Using the plugins DSL:
```
plugins {
id "com.cdsap.talaiot" version "1.3.4"
id "com.cdsap.talaiot" version "1.3.5"
}
```
Expand All @@ -79,7 +79,7 @@ buildscript {
}
}
dependencies {
classpath "com.cdsap:talaiot:1.3.4"
classpath "com.cdsap:talaiot:1.3.5"
}
}
Expand All @@ -96,7 +96,7 @@ maven ( url = uri("http://oss.jfrog.org/artifactory/oss-snapshot-local") )
And the current Snapshot:

````
classpath("com.cdsap:talaiot:1.3.5-SNAPSHOT")
classpath("com.cdsap:talaiot:1.3.6-SNAPSHOT")
````

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

plugins {
kotlin("jvm") version "1.3.60"
id("com.cdsap.talaiot") version "1.3.4-SNAPSHOT"
id("com.cdsap.talaiot") version "1.3.6-SNAPSHOT"
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion talaiot/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jacoco {
toolVersion = "0.8.3"
}

val versionTalaiot = "1.3.5-SNAPSHOT"
val versionTalaiot = "1.3.6-SNAPSHOT"

group = "com.cdsap"
version = versionTalaiot
Expand Down

0 comments on commit 04d478d

Please sign in to comment.