Skip to content

Commit bb07145

Browse files
committed
Bump version number to 3.0.1
1 parent 47ec0fd commit bb07145

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ sourceSets {
8585

8686

8787
group = 'io.github.borewit'
88-
version = '3.0.1-SNAPSHOT'
88+
version = '3.0.1'
8989
description = 'Lizzy'
9090
java.sourceCompatibility = JavaVersion.VERSION_1_9
9191

gradle.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Overide this settings in ~/.gradle/gradle.properties
22
ossrhUsername = ''
33
ossrhPassword = ''
4-
org.gradle.jvmargs=-Dfile.encoding=UTF-8
4+
5+
# Read .java files as UTF-8
6+
org.gradle.jvmargs = -Dfile.encoding=UTF-8

0 commit comments

Comments
 (0)