Skip to content

Commit

Permalink
Bump version for ore
Browse files Browse the repository at this point in the history
  • Loading branch information
DosMike committed Jul 26, 2020
1 parent ee10a5a commit 2f81734
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/de/dosmike/sponge/vshop/VillagerShops.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
import java.util.zip.ZipOutputStream;

@SuppressWarnings("UnstableApiUsage")
@Plugin(id = "vshop", name = "VillagerShops", version = "2.6")
@Plugin(id = "vshop", name = "VillagerShops", version = "2.6.1")
public class VillagerShops {

public static void main(String[] args) { System.err.println("This plugin can not be run as executable!");
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"modid": "vshop",
"name": "VillagerShops",
"description": "Set up Mobs of any type as admin shop. Shops will use a Inventory-Menu to buy/sell items",
"version": "2.6",
"version": "2.6.1",
"url": "https://github.com/DosMike/VillagerShops",
"authorList": [ "DosMike" ],
"useDependencyInformation": "true",
Expand Down

0 comments on commit 2f81734

Please sign in to comment.