Skip to content

Commit

Permalink
CoreProtect v21.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Intelli committed Mar 8, 2022
1 parent 02dcc87 commit 40ee11f
Show file tree
Hide file tree
Showing 21 changed files with 1,042 additions and 499 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Maven
<dependency>
<groupId>net.coreprotect</groupId>
<artifactId>coreprotect</artifactId>
<version>20.4</version>
<version>21.0</version>
<scope>provided</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = 'net.coreprotect'
String projectVersion = '20.4'
String projectVersion = '21.0'
String projectBranch = ''
version = projectVersion // `version` might be modified, we don't always want that (e.g. plugin.yml)
description = 'Provides block protection for your server.'
Expand Down
Loading

0 comments on commit 40ee11f

Please sign in to comment.