Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ROMVoid95 committed Aug 14, 2020
1 parent 0d6bdc1 commit 2b63973
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ mcp=snapshot_20171003

## Mod Versioning
versionMajor=1
versionMinor=0
versionMinor=1
versionRev=0

## Cureforge Upload Configs
Expand Down
4 changes: 0 additions & 4 deletions src/main/java/net/rom/gctweaks/GalacticTweaks.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package net.rom.gctweaks;

import java.util.HashMap;
import java.util.Map;

import net.minecraftforge.common.MinecraftForge;
Expand All @@ -18,12 +17,9 @@
import net.minecraftforge.fml.relauncher.Side;
import net.rom.gctweaks.core.CommandOxygenReset;
import net.rom.gctweaks.core.Module;
import net.rom.gctweaks.core.compat.CompatMods;
import net.rom.gctweaks.core.proxy.CommonProxy;
import net.rom.gctweaks.core.utils.FileUtil;
import net.rom.gctweaks.core.utils.I18nHelper;
import net.rom.gctweaks.core.utils.LogHelper;
import net.rom.gctweaks.galacticraftchanges.SeperateAddonPlanets;

@Mod(modid = Ref.MOD_ID, name = Ref.MOD_NAME, version = Ref.MOD_VERSION, dependencies = Ref.DEPS, certificateFingerprint = Ref.MOD_FINGERPRINT, useMetadata = true)
public class GalacticTweaks {
Expand Down

0 comments on commit 2b63973

Please sign in to comment.