Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremynoesen committed Apr 6, 2022
1 parent 10d3257 commit c530a98
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ CourierNew is a built-from-scratch partial remake of an abandoned Bukkit plugin
- `/cnreload` - Reload all configuration files.

## Requirements
- Spigot or Paper 1.13 - 1.17
- Spigot or Paper 1.14 - 1.18
- Java 8 or higher

## Installation
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'jeremynoesen.couriernew'
version '1.3.3'
version '1.3.4'

sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
Expand All @@ -19,7 +19,7 @@ repositories {
}

dependencies {
shadow 'org.spigotmc:spigot-api:1.16.4-R0.1-SNAPSHOT'
shadow 'org.spigotmc:spigot-api:1.14.4-R0.1-SNAPSHOT'
}

shadowJar {
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: CourierNew
version: 1.3.3
version: 1.3.4
description: A unique mail system
author: Jeremaster101
main: jeremynoesen.couriernew.CourierNew
api-version: 1.13
api-version: 1.14
commands:
letter:
description: Create a one-page letter or add pages to an existing letter
Expand Down

0 comments on commit c530a98

Please sign in to comment.