diff --git a/src/SelbaWard/FrameTransition.cpp b/src/SelbaWard/FrameTransition.cpp index 734a9ae..41d6023 100644 --- a/src/SelbaWard/FrameTransition.cpp +++ b/src/SelbaWard/FrameTransition.cpp @@ -5,7 +5,7 @@ // // Frame Transition // -// Copyright(c) 2023-2024 M.J.Silk +// Copyright(c) 2023-2025 M.J.Silk // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/src/SelbaWard/FrameTransition.hpp b/src/SelbaWard/FrameTransition.hpp index 874a17f..e1d5db5 100644 --- a/src/SelbaWard/FrameTransition.hpp +++ b/src/SelbaWard/FrameTransition.hpp @@ -5,7 +5,7 @@ // // Frame Transition // -// Copyright(c) 2023-2024 M.J.Silk +// Copyright(c) 2023-2025 M.J.Silk // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages @@ -40,7 +40,7 @@ namespace selbaward { -// SW Frame Transition v1.0.0 +// SW Frame Transition v1.0.1 class FrameTransition : public sf::Drawable, public sf::Transformable { public: diff --git a/src/SelbaWard/NinePatch.hpp b/src/SelbaWard/NinePatch.hpp index e66024c..a686987 100644 --- a/src/SelbaWard/NinePatch.hpp +++ b/src/SelbaWard/NinePatch.hpp @@ -40,7 +40,7 @@ namespace selbaward { -// SW Nine Patch v1.4.4 +// SW Nine Patch v1.4.5 class NinePatch : public sf::Drawable, public sf::Transformable { public: diff --git a/src/SelbaWard/Starfield3d.cpp b/src/SelbaWard/Starfield3d.cpp index 4500897..202faf9 100644 --- a/src/SelbaWard/Starfield3d.cpp +++ b/src/SelbaWard/Starfield3d.cpp @@ -5,7 +5,7 @@ // // Starfield 3D // -// Copyright(c) 2023-2024 M.J.Silk +// Copyright(c) 2023-2025 M.J.Silk // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/src/SelbaWard/Starfield3d.hpp b/src/SelbaWard/Starfield3d.hpp index 7e3f80c..9e4d0a6 100644 --- a/src/SelbaWard/Starfield3d.hpp +++ b/src/SelbaWard/Starfield3d.hpp @@ -5,7 +5,7 @@ // // Starfield 3D // -// Copyright(c) 2023-2024 M.J.Silk +// Copyright(c) 2023-2025 M.J.Silk // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages @@ -40,7 +40,7 @@ namespace selbaward { -// SW Starfield3d v1.0.1 +// SW Starfield3d v1.0.2 class Starfield3d : public sf::Drawable, public sf::Transformable { public: