Skip to content

Commit b3c9134

Browse files
committed
version bump to 1.1.1
1 parent 502a18d commit b3c9134

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ void retro_get_system_info(struct retro_system_info *info)
383383
{
384384
memset(info, 0, sizeof(*info));
385385
info->library_name = "ep128emu";
386-
info->library_version = "v1.1.0";
386+
info->library_version = "v1.1.1";
387387
info->need_fullpath = true;
388388
info->valid_extensions = "img|dsk|tap|dtf|com|trn|128|bas|cas|cdt|tzx|tvcwav|.";
389389
}

ep128emu_core_libretro.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ license = "GPLv2"
2323
permissions = ""
2424

2525
# Version of the core:
26-
display_version = "v1.1.0"
26+
display_version = "v1.1.1"
2727

2828
# Hardware Information - Information about the hardware the core supports (when applicable)
2929
# Name of the manufacturer who produced the emulated system:

0 commit comments

Comments
 (0)