Skip to content

Commit a5d5461

Browse files
committed
Future version 0.4.9
1 parent fc84f31 commit a5d5461

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ orbs:
66
parameters:
77
version:
88
type: string
9-
default: 0.4.8
9+
default: 0.4.9
1010

1111
general:
1212
branches:

build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ remapJar {
9090

9191
javadoc {
9292
options.addStringOption('Xdoclint:none', '-quiet')
93+
options.encoding = "UTF-8"
9394
}
9495

9596
task sourcesJar(type: Jar, dependsOn: classes) {

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ loader_version=0.12.12
77
api_version=0.46.4+1.18
88

99
# Mod Properties
10-
mod_version=0.4.8
10+
mod_version=0.4.9
1111
maven_group=meteordevelopment
1212
archives_base_name=meteor-client
1313

0 commit comments

Comments
 (0)