Skip to content

Commit

Permalink
Merge branch 'release/0.4.8' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
praecipitator committed Jun 23, 2017
2 parents ec68829 + 07a55a3 commit 3c9d62b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ apply plugin: 'forge'



version = "0.4.7"
version = "0.4.8"
group = "de.katzenpapst.amunra" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "AmunRa-GC"
def gc_version = "3.0.12.498"
Expand Down
7 changes: 7 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
=== 0.4.8 ===
- shuttle saves dock position
- improved shuttle dismounting
- potentially fixed a crash with servers like Thermos or KCauldron
- made the mehen belt slightly brighter
- permissions for mothership landing and control are now separate

=== 0.4.7 ===
- minimal GC version is build 498
- made the Artificial Gravity Generator work using the new events
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/de/katzenpapst/amunra/AmunRa.java
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public class AmunRa
{
public static final String MODID = "GalacticraftAmunRa";
public static final String MODNAME = "Amun-Ra";
public static final String VERSION = "0.4.7";
public static final String VERSION = "0.4.8";

public static ARChannelHandler packetPipeline;

Expand Down

0 comments on commit 3c9d62b

Please sign in to comment.