Skip to content

Commit

Permalink
Bump version (1.0.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
WeAthFolD committed Jul 6, 2016
1 parent e5abd76 commit bca0c02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mod_name = AcademyCraft
mod_ver = 1.0.2_a0
mod_ver = 1.0.2
mod_group = cn.academy
mc_ver = 1.7.10
forge_ver = 10.13.4.1517-1.7.10
Expand All @@ -8,6 +8,6 @@ nei_ver = 1.0.4.105
ccl_ver = 1.1.3.136
ccc_ver = 1.0.6.43

lambdalib_ver = 1.2.1_a0
lambdalib_ver = 1.2.1


4 changes: 2 additions & 2 deletions src/main/java/cn/academy/core/AcademyCraft.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
*
*/
@Mod(modid = "academy-craft", name = "AcademyCraft", version = AcademyCraft.VERSION,
dependencies = "required-after:LambdaLib@[1.2.0]") // LambdaLib is currently unstable. Supports only one version.
dependencies = "required-after:LambdaLib@[1.2.1]") // LambdaLib is currently unstable. Supports only one version.
@RegistrationMod(pkg = "cn.academy.", res = "academy", prefix = "ac_")
@Registrant
@VersionUpdateUrl(repoUrl="github.com/LambdaInnovation/AcademyCraft")
Expand All @@ -54,7 +54,7 @@ public class AcademyCraft {

public static final boolean DEBUG_MODE = false;

public static final String VERSION = "1.0.1";
public static final String VERSION = "1.0.2";

public static final Logger log = LogManager.getLogger("AcademyCraft");

Expand Down

0 comments on commit bca0c02

Please sign in to comment.