Skip to content

Commit

Permalink
Rlease R02 and compile against 1.16.3 native API
Browse files Browse the repository at this point in the history
  • Loading branch information
Parsonswy committed Sep 25, 2020
1 parent 901ebe4 commit 88ace5f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"java.configuration.updateBuildConfiguration": "interactive"
"java.configuration.updateBuildConfiguration": "automatic"
}
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>peacefulcraft.net</groupId>
<artifactId>Tarje</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.2</version>
<description>Off-brand, generic, and totally not copyright infringing Super Target for Minecraft.</description>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.16.1-R0.1-SNAPSHOT</version>
<version>1.16.3-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
name: Tarje
main: net.peacefulcraft.tarje.Tarje
version: 0.0.1
version: 0.0.2
api-version: 1.16
website: https://www.peacefulcraft.net/
depend: [ Vault ]
Expand Down

0 comments on commit 88ace5f

Please sign in to comment.