Skip to content

Commit

Permalink
Release 1.0.0 for 1.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ItzSwirlz committed Sep 5, 2022
1 parent 89338bd commit a89cb6c
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 @@ -13,7 +13,7 @@ apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'eclipse'
apply plugin: 'maven-publish'

version = '0.0.1'
version = '1.0.0'
group = 'com.github.ItzSwirlz.BTELocationSwitcher' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = 'btelocationswitcher'

Expand Down Expand Up @@ -95,7 +95,7 @@ jar {
attributes([
"Specification-Title": "btelocationswitcher",
"Specification-Vendor": "ItzSwirlz",
"Specification-Version": "0.0.1",
"Specification-Version": "1.0.0",
"Implementation-Title": project.name,
"Implementation-Version": "${version}",
"Implementation-Vendor" :"ItzSwirlz",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class BTELocationSwitcher
{
public static final String MODID = "btelocationswitcher";
public static final String NAME = "Build The Earth Location Switcher";
public static final String VERSION = "0.0.1";
public static final String VERSION = "1.0.0";

@EventHandler
public void init(FMLInitializationEvent event)
Expand Down

0 comments on commit a89cb6c

Please sign in to comment.