Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xCuri0 committed Nov 27, 2020
1 parent 70efbf6 commit e7af8b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
id "net.minecraftforge.gradle.forge" version "2.0.2"
}
*/
version = "1.1"
version = "1.1.1"
group= "com.kuri0.rawinput" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "rawinput"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/kuri0/rawinput/RawInput.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
public class RawInput
{
public static final String MODID = "rawinput";
public static final String VERSION = "1.1";
public static final String VERSION = "1.1.1";

public static Mouse mouse;
// Delta for mouse
Expand Down

0 comments on commit e7af8b0

Please sign in to comment.