Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KunoSayo committed Jul 19, 2020
1 parent 8be1f97 commit ab3e916
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
spongeVersion=0.1.0
spongeVersion=0.1.1
spongeapi=7.2.0
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @author yinyangshi
*/
@Plugin(id = "yystrashbin", name = "YYSTrashBin",
version = "@spongeVersion", description = "throw trash", authors = "yinyangshi")
version = "@spongeVersion@", description = "throw trash", authors = "yinyangshi")
public class YYSTrashBin {
private static final HashMap<UUID, ItemStack> map = new HashMap<>();
@Inject
Expand Down

0 comments on commit ab3e916

Please sign in to comment.