Skip to content

Commit

Permalink
Updated minor version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Karanum committed Aug 8, 2017
1 parent 3245468 commit 1fa584f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group= 'com.karanum'
version = '0.2.3'
version = '0.3.0'
description = 'Action logging and rollback plugin for Sponge'

sourceCompatibility = targetCompatibility = "1.8"
Expand All @@ -21,7 +21,7 @@ sponge {
id = 'adamantineshield'
meta {
name = 'AdamantineShield'
version = '0.2.3'
version = '0.3.0'
description = 'Action logging and rollback plugin for Sponge'
url = null
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import com.karanumcoding.adamantineshield.lookup.LookupResultManager;
import com.karanumcoding.adamantineshield.util.FilterParser;

@Plugin(id = "adamantineshield", name = "AdamantineShield", version = "0.2.3", authors = { "Karanum", "Snootiful" },
@Plugin(id = "adamantineshield", name = "AdamantineShield", version = "0.3.0", authors = { "Karanum", "Snootiful" },
description = "Action logging and rollback plugin for Sponge"
)
public class AdamantineShield {
Expand Down

0 comments on commit 1fa584f

Please sign in to comment.