Skip to content

Commit

Permalink
1.0.5 Patch 2
Browse files Browse the repository at this point in the history
Signed-off-by: djpadbit <djpadbit@gmail.com>
  • Loading branch information
djpadbit committed Jan 3, 2019
1 parent b2d3119 commit 577cf40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
public class SoundPhysics {

public static final String modid = "soundphysics";
public static final String version = "1.0.5-1";
public static final String version = "1.0.5-2";
public static final String mcVersion = "1.12.2";

private static final Pattern rainPattern = Pattern.compile(".*rain.*");
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"modid": "soundphysics",
"name": "Sound Physics",
"description": "Provides realistic sound attenuation, reverberation, and absorption through blocks.",
"version": "1.0.5-1",
"version": "1.0.5-2",
"mcversion": "1.12.2",
"url": "https://github.com/djpadbit/Sound-Physics",
"authorList": ["Sonic Ether","daipenger","djpadbit"]
Expand Down

0 comments on commit 577cf40

Please sign in to comment.