Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamesuta committed Sep 26, 2016
1 parent 3e9a2fd commit a607432
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ modid=signpic
modname=SignPicture
version_major=2
version_minor=2
version_micro=1
version_micro=2
version_minecraft=1.7.10
version_forge=10.13.4.1558-1.7.10
version_minforge=10.13.4.1558
12 changes: 6 additions & 6 deletions info/info.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"versions": {
"1.7.10-disabled": {
"version": "2.2.1",
"remote": "https://github.com/Team-Fruit/SignPicture/releases/download/1.7.10-2.2.1/SignPicture-1.7.10-2.2.1-universal.jar",
"local": "SignPicture-1.7.10-2.2.1-universal.jar",
"message": "Offset And Rotations! More freely images! SignPicture 2.2.1 Released!",
"1.7.10": {
"version": "2.2.2",
"remote": "https://github.com/Team-Fruit/SignPicture/releases/download/1.7.10-2.2.2/SignPicture-1.7.10-2.2.2-universal.jar",
"local": "SignPicture-1.7.10-2.2.2-universal.jar",
"message": "Offset And Rotations! More freely images! SignPicture 2.2.2 Released!",
"message_local": {
"ja_JP": "オフセットと回転機能実装! さらに自由自在に画像を貼ろう! SignPicture 2.2.1 リリース!"
"ja_JP": "オフセットと回転機能実装! さらに自由自在に画像を貼ろう! SignPicture 2.2.2 リリース!"
}
},
"1.8": {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/kamesuta/mc/signpic/Reference.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
public class Reference {
public static final String MODID = "signpic";
public static final String NAME = "SignPicture";
public static final String VERSION = "2.1.5";
public static final String VERSION = "${version}";
public static final String FORGE = "${forgeversion}";
public static final String MINECRAFT = "${mcversion}";
public static final String PROXY_SERVER = "com.kamesuta.mc.signpic.proxy.CommonProxy";
Expand Down

0 comments on commit a607432

Please sign in to comment.