Compare commits

...

2 Commits

Author SHA1 Message Date
Maschell
344213f695 Bump version 2023-07-19 19:30:01 +02:00
Maschell
ddaa04792f Update Dockerfile 2023-07-19 15:30:37 +02:00
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
FROM ghcr.io/wiiu-env/devkitppc:20230621
COPY --from=ghcr.io/wiiu-env/wiiupluginsystem:20230622 /artifacts $DEVKITPRO
COPY --from=ghcr.io/wiiu-env/wiiupluginsystem:20230719 /artifacts $DEVKITPRO
WORKDIR project
WORKDIR project

View File

@ -2,7 +2,7 @@
WUPS_PLUGIN_NAME("drc_region_free_plugin");
WUPS_PLUGIN_DESCRIPTION("Allows the usage of gamepads from every region");
WUPS_PLUGIN_VERSION("0.2");
WUPS_PLUGIN_VERSION("0.2.1");
WUPS_PLUGIN_AUTHOR("Maschell");
WUPS_PLUGIN_LICENSE("GPL");