Skip to content

Commit

Permalink
Added support for SkinsRestorer 14.1.0 (which is required for ViaVers…
Browse files Browse the repository at this point in the history
…ion 4.0.0). Also explicitly defined UTF-8 as the file encoding in the Maven configuration. This will be version 1.2, but I will hold off on doing a proper release until SkinsRestorer makes a stable, non-developmental release of 14.1.0.
  • Loading branch information
akemin-dayo committed Jun 18, 2021
1 parent afaac8c commit 0bae94e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions pom.xml
Expand Up @@ -4,11 +4,12 @@

<groupId>ai.akemi</groupId>
<artifactId>BlueMapOfflineSkinSupport</artifactId>
<version>1.1</version>
<version>1.2</version>

<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<repositories>
Expand Down Expand Up @@ -36,7 +37,7 @@
<dependency>
<groupId>net.skinsrestorer</groupId>
<artifactId>skinsrestorer</artifactId>
<version>14.0.0-SNAPSHOT</version>
<version>14.1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.Nan1t</groupId>
Expand Down

0 comments on commit 0bae94e

Please sign in to comment.