diff --git a/scripts/header.d b/scripts/header.d index 6df8ba4..934559d 100755 --- a/scripts/header.d +++ b/scripts/header.d @@ -14,7 +14,7 @@ enum header = "// --- // SPDX-License-Identifier: MIT // Email: alexandroskapretsos@gmail.com // Project: https://github.com/Kapendev/parin -// Version: v0.0.36 +// Version: v0.0.37 // ---"; int main(string[] args) { diff --git a/source/parin/engine.d b/source/parin/engine.d index c948a2e..86c9dc6 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.36 +// Version: v0.0.37 // --- // TODO: Think about the sound API. diff --git a/source/parin/map.d b/source/parin/map.d index 542b4ab..137e937 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.36 +// Version: v0.0.37 // --- // TODO: Think about gaps in an atlas texture. diff --git a/source/parin/package.d b/source/parin/package.d index 444dae8..afcfb1e 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.36 +// Version: v0.0.37 // --- module parin; diff --git a/source/parin/rl/package.d b/source/parin/rl/package.d index e53f85e..350cf0c 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.36 +// Version: v0.0.37 // --- /// The `rl` module provides access to the raylib library. diff --git a/source/parin/rl/raylib.d b/source/parin/rl/raylib.d index e1f238c..2be8573 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.36 +// Version: v0.0.37 // --- /// 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 39558e1..08b5459 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.36 +// Version: v0.0.37 // --- /// The `rlgl` module provides access to the rlgl.h functions. diff --git a/source/parin/sprite.d b/source/parin/sprite.d index 996dc79..55653db 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.36 +// Version: v0.0.37 // --- // TODO: Think about gaps in an atlas texture. diff --git a/source/parin/story.d b/source/parin/story.d index e562a21..15291fc 100644 --- a/source/parin/story.d +++ b/source/parin/story.d @@ -3,7 +3,7 @@ // SPDX-License-Identifier: MIT // Email: alexandroskapretsos@gmail.com // Project: https://github.com/Kapendev/parin -// Version: v0.0.36 +// Version: v0.0.37 // --- // TODO: Update all the doc comments here. diff --git a/source/parin/timer.d b/source/parin/timer.d index cac301c..deefc99 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.36 +// Version: v0.0.37 // --- // TODO: Update all the doc comments here. diff --git a/source/parin/ui.d b/source/parin/ui.d index dc84f01..c1f58c5 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.36 +// Version: v0.0.37 // --- /// The `ui` module functions as a immediate mode UI library.