Skip to content

Commit

Permalink
Release Nugget Doom 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlaux committed May 23, 2023
1 parent 0a75f3c commit b1751ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -60,7 +60,7 @@
## Bug Fixes

- **Fixed a demo desync**
- **Fixed FOV calculations**; Doom Retro's FOV behavior is now matched
- **Fixed FOV calculations**; Doom Retro's FOV behavior is now matched (FOV value corresponds to FOV in degrees)
- **Fixed some FOV-related sky rendering issues**
- **Made _"Seizure"_ screen wipe's speed consistent** in low and high resolution
- **Fixed some cheat activation messages**
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -13,8 +13,8 @@ set(X_VCPKG_APPLOCAL_DEPS_INSTALL ON)
cmake_minimum_required(VERSION 3.9)

project("Nugget Doom"
VERSION 1.13.0
DESCRIPTION "Nugget Doom 1.13.0"
VERSION 1.14.0
DESCRIPTION "Nugget Doom 1.14.0"
HOMEPAGE_URL "https://github.com/MrAlaux/Nugget-Doom"
LANGUAGES C)

Expand Down

0 comments on commit b1751ff

Please sign in to comment.