Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit 73efb8d

Browse files
committed
Updated Version Name
Updated Version Name to 1.3.4
1 parent 7cf7723 commit 73efb8d

5 files changed

Lines changed: 8 additions & 9 deletions

File tree

1.7.10/cloudclient/src/main/java/dev/cloudmc/Cloud.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public class Cloud {
3838

3939
public static final String modID = "cloudmc";
4040
public static final String modName = "Cloud";
41-
public static final String modVersion = "1.3.3 [1.7.10]";
41+
public static final String modVersion = "1.3.4 [1.7.10]";
4242

4343
public Minecraft mc = Minecraft.getMinecraft();
4444

1.7.10/cloudclient/src/main/java/dev/cloudmc/gui/modmenu/impl/Panel.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ public void renderPanel(int mouseX, int mouseY) {
181181

182182
scrollHelperOptions.setHeight(height);
183183
scrollHelperOptions.updateScroll();
184-
185184

186185
int totalHeight = 0;
187186
for (Options options : optionsList) {

1.7.10/cloudclient/src/main/resources/mcmod.info

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
{
33
"modid": "cloudmc",
44
"name": "Cloud Client",
5-
"description": "A 1.8.9 Minecraft PVP Client",
6-
"version": "1.3.3",
7-
"mcversion": "1.8.9",
5+
"description": "A 1.7.10 Minecraft PVP Client",
6+
"version": "1.3.4",
7+
"mcversion": "1.7.10",
88
"url": "https://cloudmc.dev/",
99
"updateUrl": "https://github.com/cloudclientdev",
1010
"authorList": ["DupliCAT"],

1.8.9/cloudclient/src/main/java/dev/cloudmc/Cloud.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class Cloud {
3636

3737
public static final String modID = "cloudmc";
3838
public static final String modName = "Cloud";
39-
public static final String modVersion = "1.3.3 [1.8.9]";
39+
public static final String modVersion = "1.3.4 [1.8.9]";
4040

4141
public Minecraft mc = Minecraft.getMinecraft();
4242

1.8.9/cloudclient/src/main/resources/mcmod.info

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
{
33
"modid": "cloudmc",
44
"name": "Cloud Client",
5-
"description": "A 1.7.10 Minecraft PVP Client",
6-
"version": "1.3.3",
7-
"mcversion": "1.7.10",
5+
"description": "A 1.8.9 Minecraft PVP Client",
6+
"version": "1.3.4",
7+
"mcversion": "1.8.9",
88
"url": "https://cloudmc.dev/",
99
"updateUrl": "https://github.com/cloudclientdev",
1010
"authorList": ["DupliCAT"],

0 commit comments

Comments
 (0)