From 7bb11e4d61e32994809c333f11631fc4a1965b3d Mon Sep 17 00:00:00 2001 From: Anthony Nicholls Date: Tue, 5 Nov 2024 16:33:44 +0000 Subject: [PATCH] Animation: Fix versioning in module header info --- modules/juce_animation/juce_animation.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/juce_animation/juce_animation.h b/modules/juce_animation/juce_animation.h index 34d586397d..d3b531f7d2 100644 --- a/modules/juce_animation/juce_animation.h +++ b/modules/juce_animation/juce_animation.h @@ -44,11 +44,11 @@ ID: juce_animation vendor: juce - version: 7.0.9 + version: 8.0.3 name: JUCE Animation classes description: Classes for defining and handling animations. website: http://www.juce.com/juce - license: GPL/Commercial + license: AGPLv3/Commercial minimumCppStandard: 17 dependencies: juce_gui_basics