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."
|
||||
group = "net.thauvin.erik"
|
||||
version = "0.9.1-SNAPSHOT"
|
||||
version = "0.9.1"
|
||||
|
||||
val deployDir = "deploy"
|
||||
val gitHub = "ethauvin/$name"
|
||||
|
|
|
@ -15,7 +15,7 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation("net.thauvin.erik:readingtime:0.9.1-SNAPSHOT")
|
||||
implementation("net.thauvin.erik:readingtime:0.9.1")
|
||||
}
|
||||
|
||||
java {
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -8,7 +8,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>net.thauvin.erik</groupId>
|
||||
<artifactId>readingtime</artifactId>
|
||||
<version>0.9.1-SNAPSHOT</version>
|
||||
<version>0.9.1</version>
|
||||
<name>readingtime</name>
|
||||
<description>Estimated Reading Time for Blog Posts, Articles, etc.</description>
|
||||
<url>https://github.com/ethauvin/readingtime</url>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue