Skip to content

Commit

Permalink
Merge pull request #199 from cdsap/update_version
Browse files Browse the repository at this point in the history
updating to 1.3.4
  • Loading branch information
cdsap authored Aug 17, 2020
2 parents cbb48ae + 04dc82a commit 2a1f96c
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.3"
id("com.cdsap.talaiot") version "1.3.4"
}
```

Expand All @@ -54,7 +54,7 @@ buildscript {
}
}
dependencies {
classpath("com.cdsap:talaiot:1.3.3")
classpath("com.cdsap:talaiot:1.3.4")
}
}
Expand All @@ -65,7 +65,7 @@ apply(plugin = "com.cdsap.talaiot")
Using the plugins DSL:
```
plugins {
id "com.cdsap.talaiot" version "1.3.3"
id "com.cdsap.talaiot" version "1.3.4"
}
```
Expand All @@ -79,7 +79,7 @@ buildscript {
}
}
dependencies {
classpath "com.cdsap:talaiot:1.3.3"
classpath "com.cdsap:talaiot:1.3.4"
}
}
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.4-SNAPSHOT")
classpath("com.cdsap:talaiot:1.3.5-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 @@ -11,7 +11,7 @@ jacoco {
toolVersion = "0.8.3"
}

val versionTalaiot = "1.3.4-SNAPSHOT"
val versionTalaiot = "1.3.5-SNAPSHOT"

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

0 comments on commit 2a1f96c

Please sign in to comment.