Skip to content

Commit

Permalink
version bump to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltanvb committed Oct 9, 2022
1 parent 502a18d commit b3c9134
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ void retro_get_system_info(struct retro_system_info *info)
{
memset(info, 0, sizeof(*info));
info->library_name = "ep128emu";
info->library_version = "v1.1.0";
info->library_version = "v1.1.1";
info->need_fullpath = true;
info->valid_extensions = "img|dsk|tap|dtf|com|trn|128|bas|cas|cdt|tzx|tvcwav|.";
}
Expand Down
2 changes: 1 addition & 1 deletion ep128emu_core_libretro.info
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ license = "GPLv2"
permissions = ""

# Version of the core:
display_version = "v1.1.0"
display_version = "v1.1.1"

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

0 comments on commit b3c9134

Please sign in to comment.