Skip to content

Commit

Permalink
Version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TjeuKayim committed Apr 4, 2021
1 parent ac01962 commit 8f8115e
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 @@ -3,7 +3,7 @@ plugins {
}

group 'com.github.tjeukayim'
version '0.1.0'
version '0.1.1'

sourceCompatibility = '1.8'
targetCompatibility = '1.8'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import java.io.File;
import java.nio.file.Path;

@Plugin(id = "mumble-link", name = "MumbleLink Plugin", version = "0.1.0",
@Plugin(id = "mumble-link", name = "MumbleLink Plugin", version = "0.1.1",
url = "https://github.com/TjeuKayim/mumblelink-velocity",
description = "Broadcast to Fabric MumbleLink mod", authors = {"TjeuKayim"})
public class MumblePlugin {
Expand Down

0 comments on commit 8f8115e

Please sign in to comment.