diff --git a/Makefile b/Makefile
index 27be0cb..ba8e94c 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ executable = coffee_crisis
source = source/*.cpp
appName = Coffee Crisis
releaseFolder = cc_release
-version = v2.3.1
+version = v2.3.2
resource_file = release/coffee.res
# Release names
diff --git a/release/Info.plist b/release/Info.plist
index 5ad6205..650d8ff 100644
--- a/release/Info.plist
+++ b/release/Info.plist
@@ -21,11 +21,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 2.2a
+ 2.3.2
CFBundleSignature
????
CFBundleVersion
- 2.3
+ 2.3.2
CSResourcesFileMapped
LSMinimumSystemVersion
diff --git a/source/balloon.cpp b/source/balloon.cpp
index 1830f70..c5c951d 100644
--- a/source/balloon.cpp
+++ b/source/balloon.cpp
@@ -1,5 +1,4 @@
#include "balloon.h"
-#include // for abs
#include // for abs
#include "animatedsprite.h" // for AnimatedSprite
#include "const.h" // for PLAY_AREA_LEFT, PLAY_AREA_RIGHT, PLAY_AR...
diff --git a/source/title.h b/source/title.h
index 30d5357..ee07a3a 100644
--- a/source/title.h
+++ b/source/title.h
@@ -1,12 +1,12 @@
#pragma once
-#include // for SDL_Event
-#include // for SDL_Rect
-#include // for SDL_Renderer, SDL_Texture
-#include // for Uint32, Uint8
-#include // for vector
-#include "instructions.h" // for mode_e
-#include "utils.h" // for input_t, options_t, section_t
+#include // for SDL_Event
+#include // for SDL_Rect
+#include // for SDL_Renderer, SDL_Texture
+#include // for Uint32, Uint8
+#include // for vector
+#include "instructions.h" // for mode_e
+#include "utils.h" // for input_t, options_t, section_t
class AnimatedSprite;
class Asset;
class Fade;
@@ -23,7 +23,7 @@ struct JA_Music_t;
struct JA_Sound_t;
// Textos
-constexpr const char* TEXT_COPYRIGHT = "@2020,2023 JailDesigner (v2.3.1)";
+constexpr const char *TEXT_COPYRIGHT = "@2020,2023 JailDesigner (v2.3.2)";
// Contadores
constexpr int TITLE_COUNTER = 800;