Skip to content

Commit 7918cb3

Browse files
author
daipenger
committed
Version 1.0.4
1 parent d14442e commit 7918cb3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/com/sonicether/soundphysics/SoundPhysics.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
public class SoundPhysics {
2929

3030
public static final String modid = "soundphysics";
31-
public static final String version = "1.0.3";
31+
public static final String version = "1.0.4";
3232
@Instance(modid)
3333
public static SoundPhysics instance;
3434

src/main/resources/mcmod.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"modid": "soundphysics",
44
"name": "Sound Physics",
55
"description": "Provides realistic sound attenuation, reverberation, and absorption through blocks.",
6-
"version": "1.0.3",
6+
"version": "1.0.4",
77
"mcversion": "1.12",
88
"url": "",
99
"authorList": ["Sonic Ether"]

0 commit comments

Comments
 (0)