mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
0.0.9.0!
This commit is contained in:
parent
dd6a7742ab
commit
583130025b
4 changed files with 4 additions and 4 deletions
|
@ -18,7 +18,7 @@ buildscript {
|
|||
apply plugin: 'forge'
|
||||
apply plugin: 'maven'
|
||||
|
||||
version = "1.7.10-0.0.8.2"
|
||||
version = "1.7.10-0.0.9.0"
|
||||
group = "ellpeck.actuallyadditions"
|
||||
archivesBaseName = "ActuallyAdditions"
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ import org.apache.logging.log4j.Logger;
|
|||
|
||||
public class ModUtil{
|
||||
|
||||
public static final String VERSION = "1.7.10-0.0.8.2";
|
||||
public static final String VERSION = "1.7.10-0.0.9.0";
|
||||
|
||||
public static final String MOD_ID = "ActuallyAdditions";
|
||||
public static final String NAME = "Actually Additions";
|
||||
|
|
|
@ -1 +1 @@
|
|||
Lots of Fixes, Smiley Clouds!
|
||||
Added the Actually Additions Manual with everything you need to know awesomely organized!
|
|
@ -1 +1 @@
|
|||
1.7.10-0.0.8.1
|
||||
1.7.10-0.0.9.0
|
Loading…
Reference in a new issue