Skip to content

Commit

Permalink
build: Release 6.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault committed Dec 30, 2021
1 parent 3eb485e commit 7d981bc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ public enum Permission {
PERMISSION_STAR("*"),
PERMISSION_ADMIN("plots.admin"),
PERMISSION_ADMIN_AREA_SUDO("plots.admin.area.sudo"),
@Deprecated(forRemoval = true, since = "6.3.0")
@Deprecated(forRemoval = true, since = "6.2.2")
PERMISSION_PROJECTILE_UNOWNED("plots.projectile.unowned"),
@Deprecated(forRemoval = true, since = "6.3.0")
@Deprecated(forRemoval = true, since = "6.2.2")
PERMISSION_PROJECTILE_OTHER("plots.projectile.other"),
PERMISSION_ADMIN_INTERACT_BLOCKED_CMDS("plots.admin.interact.blockedcommands"),
PERMISSION_WORLDEDIT_BYPASS("plots.worldedit.bypass"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
import static java.lang.annotation.ElementType.TYPE;

/**
* @since 6.3.0
* @since 6.2.2
*/
@AnnotationHelper.ApiDescription(info = "An internal class for custom annotations." +
"This is in no form part of the API and is subject to change at any time.")
Expand All @@ -54,7 +54,7 @@ private AnnotationHelper() {
* Returns additional information how to use a class for the API
*
* @return the version string
* @since 6.3.0
* @since 6.2.2
*/
String info() default "";
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins {
idea
}

version = "6.2.2-SNAPSHOT"
version = "6.2.2"

allprojects {
group = "com.plotsquared"
Expand Down

0 comments on commit 7d981bc

Please sign in to comment.