Skip to content

Commit

Permalink
updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
cdsap committed May 28, 2020
1 parent 2163031 commit 2025a32
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.0"
id("com.cdsap.talaiot") version "1.3.1"
}
```

Expand All @@ -54,7 +54,7 @@ buildscript {
}
}
dependencies {
classpath("com.cdsap:talaiot:1.3.0")
classpath("com.cdsap:talaiot:1.3.1")
}
}
Expand All @@ -65,7 +65,7 @@ apply(plugin = "com.cdsap.talaiot")
Using the plugins DSL:
```
plugins {
id "com.cdsap.talaiot" version "1.3.0"
id "com.cdsap.talaiot" version "1.3.1"
}
```
Expand All @@ -79,7 +79,7 @@ buildscript {
}
}
dependencies {
classpath "com.cdsap:talaiot:1.3.0"
classpath "com.cdsap:talaiot:1.3.1"
}
}
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.1-SNAPSHOT")
classpath("com.cdsap:talaiot:1.3.2-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.1-SNAPSHOT"
id("com.cdsap.talaiot") version "1.3.2-SNAPSHOT"
}

dependencies {
Expand Down

0 comments on commit 2025a32

Please sign in to comment.