Version 0.9.1
This commit is contained in:
parent
c5bd4d4748
commit
6a2774209b
3 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@ plugins {
|
||||||
|
|
||||||
description = "Estimated Reading Time for Blog Posts, Articles, etc."
|
description = "Estimated Reading Time for Blog Posts, Articles, etc."
|
||||||
group = "net.thauvin.erik"
|
group = "net.thauvin.erik"
|
||||||
version = "0.9.1-SNAPSHOT"
|
version = "0.9.1"
|
||||||
|
|
||||||
val deployDir = "deploy"
|
val deployDir = "deploy"
|
||||||
val gitHub = "ethauvin/$name"
|
val gitHub = "ethauvin/$name"
|
||||||
|
|
|
@ -15,7 +15,7 @@ repositories {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation("net.thauvin.erik:readingtime:0.9.1-SNAPSHOT")
|
implementation("net.thauvin.erik:readingtime:0.9.1")
|
||||||
}
|
}
|
||||||
|
|
||||||
java {
|
java {
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -8,7 +8,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>net.thauvin.erik</groupId>
|
<groupId>net.thauvin.erik</groupId>
|
||||||
<artifactId>readingtime</artifactId>
|
<artifactId>readingtime</artifactId>
|
||||||
<version>0.9.1-SNAPSHOT</version>
|
<version>0.9.1</version>
|
||||||
<name>readingtime</name>
|
<name>readingtime</name>
|
||||||
<description>Estimated Reading Time for Blog Posts, Articles, etc.</description>
|
<description>Estimated Reading Time for Blog Posts, Articles, etc.</description>
|
||||||
<url>https://github.com/ethauvin/readingtime</url>
|
<url>https://github.com/ethauvin/readingtime</url>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue