From 2f0e2a52e834846f58fc5d538d785bc0d955ed4c Mon Sep 17 00:00:00 2001 From: Nightkingale <63483138+Nightkingale@users.noreply.github.com> Date: Thu, 6 Jun 2024 20:26:17 -0600 Subject: [PATCH] Update Makefile for future release --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e19e581..740ec19 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ WUT_ROOT := $(DEVKITPRO)/wut #------------------------------------------------------------------------------- PLUGIN_NAME := Wii U Time Sync PLUGIN_DESCRIPTION := A plugin that synchronizes the system clock to the Internet. -PLUGIN_VERSION := v3.0.0 +PLUGIN_VERSION := v3.1.0 PLUGIN_AUTHOR := Nightkingale, Daniel K. O. PLUGIN_LICENSE := MIT