Version 0.9.1

This commit is contained in:
Erik C. Thauvin 2022-08-25 15:36:29 -07:00
parent c5bd4d4748
commit 6a2774209b
3 changed files with 3 additions and 3 deletions

View file

@ -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"

View file

@ -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 {

View file

@ -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>