From 1f62f91a129da30685cb4a43e2a2ae4faeb7ced9 Mon Sep 17 00:00:00 2001 From: Kapendev Date: Sat, 11 Jan 2025 01:40:46 +0200 Subject: [PATCH] Changed version. --- scripts/header.d | 2 +- source/parin/dialogue.d | 2 +- source/parin/engine.d | 2 +- source/parin/map.d | 2 +- source/parin/package.d | 2 +- source/parin/rl/package.d | 2 +- source/parin/rl/raylib.d | 2 +- source/parin/rl/rlgl.d | 2 +- source/parin/sprite.d | 2 +- source/parin/timer.d | 2 +- source/parin/ui.d | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/scripts/header.d b/scripts/header.d index 96c1402..4f1d2c1 100755 --- a/scripts/header.d +++ b/scripts/header.d @@ -10,7 +10,7 @@ enum header = "// --- // SPDX-License-Identifier: MIT // Email: alexandroskapretsos@gmail.com // Project: https://github.com/Kapendev/parin -// Version: v0.0.32 +// Version: v0.0.33 // ---"; int main(string[] args) { diff --git a/source/parin/dialogue.d b/source/parin/dialogue.d index 5afd862..1d8fe72 100644 --- a/source/parin/dialogue.d +++ b/source/parin/dialogue.d @@ -3,7 +3,7 @@ // SPDX-License-Identifier: MIT // Email: alexandroskapretsos@gmail.com // Project: https://github.com/Kapendev/parin -// Version: v0.0.32 +// Version: v0.0.33 // --- // TODO: The DialogueCommandRunner should work with gc functions too. Think about how to do it. diff --git a/source/parin/engine.d b/source/parin/engine.d index d804fa4..58e5fe6 100644 --- a/source/parin/engine.d +++ b/source/parin/engine.d @@ -3,7 +3,7 @@ // SPDX-License-Identifier: MIT // Email: alexandroskapretsos@gmail.com // Project: https://github.com/Kapendev/parin -// Version: v0.0.32 +// Version: v0.0.33 // --- // TODO: Test the resource loading code. diff --git a/source/parin/map.d b/source/parin/map.d index ee98984..cc3f6ed 100644 --- a/source/parin/map.d +++ b/source/parin/map.d @@ -3,7 +3,7 @@ // SPDX-License-Identifier: MIT // Email: alexandroskapretsos@gmail.com // Project: https://github.com/Kapendev/parin -// Version: v0.0.32 +// Version: v0.0.33 // --- // TODO: Think about gaps in an atlas texture. diff --git a/source/parin/package.d b/source/parin/package.d index 3c885c2..531e92d 100644 --- a/source/parin/package.d +++ b/source/parin/package.d @@ -3,7 +3,7 @@ // SPDX-License-Identifier: MIT // Email: alexandroskapretsos@gmail.com // Project: https://github.com/Kapendev/parin -// Version: v0.0.32 +// Version: v0.0.33 // --- module parin; diff --git a/source/parin/rl/package.d b/source/parin/rl/package.d index d880443..84f6027 100644 --- a/source/parin/rl/package.d +++ b/source/parin/rl/package.d @@ -3,7 +3,7 @@ // SPDX-License-Identifier: MIT // Email: alexandroskapretsos@gmail.com // Project: https://github.com/Kapendev/parin -// Version: v0.0.32 +// Version: v0.0.33 // --- /// The `rl` module provides access to the raylib library. diff --git a/source/parin/rl/raylib.d b/source/parin/rl/raylib.d index edb927d..c97b054 100644 --- a/source/parin/rl/raylib.d +++ b/source/parin/rl/raylib.d @@ -3,7 +3,7 @@ // SPDX-License-Identifier: MIT // Email: alexandroskapretsos@gmail.com // Project: https://github.com/Kapendev/parin -// Version: v0.0.32 +// Version: v0.0.33 // --- /// The `rayib` module provides access to the raylib.h functions. diff --git a/source/parin/rl/rlgl.d b/source/parin/rl/rlgl.d index cca021f..cd675dc 100644 --- a/source/parin/rl/rlgl.d +++ b/source/parin/rl/rlgl.d @@ -3,7 +3,7 @@ // SPDX-License-Identifier: MIT // Email: alexandroskapretsos@gmail.com // Project: https://github.com/Kapendev/parin -// Version: v0.0.32 +// Version: v0.0.33 // --- /// The `rlgl` module provides access to the rlgl.h functions. diff --git a/source/parin/sprite.d b/source/parin/sprite.d index 0716e6b..5f78c8f 100644 --- a/source/parin/sprite.d +++ b/source/parin/sprite.d @@ -3,7 +3,7 @@ // SPDX-License-Identifier: MIT // Email: alexandroskapretsos@gmail.com // Project: https://github.com/Kapendev/parin -// Version: v0.0.32 +// Version: v0.0.33 // --- // TODO: Think about gaps in an atlas texture. diff --git a/source/parin/timer.d b/source/parin/timer.d index 74c0490..0e1f301 100644 --- a/source/parin/timer.d +++ b/source/parin/timer.d @@ -3,7 +3,7 @@ // SPDX-License-Identifier: MIT // Email: alexandroskapretsos@gmail.com // Project: https://github.com/Kapendev/parin -// Version: v0.0.32 +// Version: v0.0.33 // --- // TODO: Update all the doc comments here. diff --git a/source/parin/ui.d b/source/parin/ui.d index 19e6d0f..b5fad09 100644 --- a/source/parin/ui.d +++ b/source/parin/ui.d @@ -3,7 +3,7 @@ // SPDX-License-Identifier: MIT // Email: alexandroskapretsos@gmail.com // Project: https://github.com/Kapendev/parin -// Version: v0.0.32 +// Version: v0.0.33 // --- /// The `ui` module functions as a immediate mode UI library.