Skip to content

Commit

Permalink
bump version for v0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca1991 committed Apr 12, 2024
1 parent d558dce commit 90e64ed
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# DiscCheckEmu Changelog


## [next] - Unreleased
## [0.3.0] - 2024-04-12

### Added
- RegEnumValueA hook
Expand All @@ -10,7 +10,7 @@
### Changed
- API Logger (only in Debug build) is now powered by spdlog.
- Optimized hooking engine install/uninstall.
- Optimized hooking engine for better performance.
- Optimized injector code for better performance.


## [0.2.1] - 2024-03-22
Expand Down
4 changes: 2 additions & 2 deletions DiscCheckEmuAPIHook/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@


#define VERSION_MAJOR 0
#define VERSION_MINOR 2
#define VERSION_BUILD 1
#define VERSION_MINOR 3
#define VERSION_BUILD 0
#define VERSION_PRIVATE 0

#define VER_ORIGINAL_FILENAME "DCEAPIHook.dll"
Expand Down
2 changes: 1 addition & 1 deletion DiscCheckEmuLoader/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@


#define VERSION_MAJOR 1
#define VERSION_MINOR 0
#define VERSION_MINOR 1
#define VERSION_BUILD 0
#define VERSION_PRIVATE 0

Expand Down

0 comments on commit 90e64ed

Please sign in to comment.