Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
asbyth committed Mar 27, 2020
1 parent cf3d9f0 commit 72b4fde
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,5 +1,5 @@
modGroup=club.sk1er
modVersion=1.1
modVersion=1.2
modBaseName=LobbySounds
forgeVersion=1.8.9-11.15.1.2318-1.8.9
mcpVersion=stable_22
2 changes: 1 addition & 1 deletion src/main/java/club/sk1er/lobbysounds/LobbySounds.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import net.minecraftforge.fml.common.event.FMLInitializationEvent;
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;

@Mod(modid = "lobby_sounds", name = "Lobby Sounds", version = "1.0")
@Mod(modid = "lobby_sounds", name = "Lobby Sounds", version = "1.2")
public class LobbySounds {

private static final String COMPASS_NAME =
Expand Down

0 comments on commit 72b4fde

Please sign in to comment.