Skip to content

Commit 61a6da5

Browse files
committed
0.1.20 release
1 parent 33da6cf commit 61a6da5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Version
2-
version=0.1.20-SNAPSHOT
2+
version=0.1.20
33

44
#long-running Gradle process speeds up local builds
55
#to stop the daemon run 'ligradle --stop'

url-detector/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.github.pgalbraith</groupId>
66
<artifactId>url-detector</artifactId>
7-
<version>0.1.20-SNAPSHOT</version>
7+
<version>0.1.20</version>
88
<packaging>jar</packaging>
99

1010
<name>io.github.pgalbraith:url-detector</name>
@@ -23,9 +23,9 @@
2323
<developerConnection>scm:git:ssh://github.com:pgalbraith/URL-Detector.git</developerConnection>
2424
<url>https://github.com/pgalbraith/URL-Detector/tree/master</url>
2525
</scm>
26-
26+
2727
<properties>
28-
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
28+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2929
</properties>
3030

3131
<dependencies>

0 commit comments

Comments
 (0)