From e5346f40b43386024ea2ed02a429143f3f0505bb Mon Sep 17 00:00:00 2001 From: Edmundo Ruiz Ghanem Date: Sun, 10 Oct 2021 15:28:31 -0400 Subject: [PATCH] v2.2.1 --- CHANGES.TXT | 2 +- LICENSE | 2 +- Tween/Tween.asc | 2 +- Tween/Tween.ash | 4 ++-- Tween/Tween1Compatibility.asc | 2 +- Tween/Tween2Compatibility.ash | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGES.TXT b/CHANGES.TXT index 3039419..d8697d3 100644 --- a/CHANGES.TXT +++ b/CHANGES.TXT @@ -1,7 +1,7 @@ Revision History ================ -2.2.1 (September 22, 2021) +2.2.1 (October 10, 2021) - Fixed `Character`.`TweenZ` not applying the correct value - 3.5.0: Fixed script API version check for new Camera and Viewport - 3.5.0: Fixed `Viewport`.`TweenX/Y` incorrectly clamping values diff --git a/LICENSE b/LICENSE index 5298439..61b927c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ TERMS OF USE - AGS TWEEN MODULE (ags-tween) -Copyright (c) 2009-present Edmundo Ruiz +Copyright (c) 2009-present Edmundo Ruiz Ghanem Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/Tween/Tween.asc b/Tween/Tween.asc index fcd7406..162c868 100644 --- a/Tween/Tween.asc +++ b/Tween/Tween.asc @@ -3,7 +3,7 @@ // // TERMS OF USE - AGS TWEEN MODULE (ags-tween) // -// Copyright (c) 2009-present Edmundo Ruiz +// Copyright (c) 2009-present Edmundo Ruiz Ghanem // // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/Tween/Tween.ash b/Tween/Tween.ash index b41f1ca..bcd474c 100644 --- a/Tween/Tween.ash +++ b/Tween/Tween.ash @@ -3,7 +3,7 @@ // // TERMS OF USE - AGS TWEEN MODULE (ags-tween) // -// Copyright (c) 2009-present Edmundo Ruiz +// Copyright (c) 2009-present Edmundo Ruiz Ghanem // // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in @@ -24,7 +24,7 @@ #ifndef __TWEEN_MODULE__ #define __TWEEN_MODULE__ -#define Tween_020200 +#define Tween_020201 /////////////////////////////////////////////////////////////////////////////// // SETTINGS - Feel free to change this for your game! diff --git a/Tween/Tween1Compatibility.asc b/Tween/Tween1Compatibility.asc index e03ef9f..30a6190 100644 --- a/Tween/Tween1Compatibility.asc +++ b/Tween/Tween1Compatibility.asc @@ -1,6 +1,6 @@ // TERMS OF USE - AGS TWEEN MODULE (ags-tween) // -// Copyright (c) 2009-present Edmundo Ruiz +// Copyright (c) 2009-present Edmundo Ruiz Ghanem // // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in diff --git a/Tween/Tween2Compatibility.ash b/Tween/Tween2Compatibility.ash index b0ccf68..f49dcc3 100644 --- a/Tween/Tween2Compatibility.ash +++ b/Tween/Tween2Compatibility.ash @@ -1,6 +1,6 @@ // TERMS OF USE - AGS TWEEN MODULE (ags-tween) // -// Copyright (c) 2009-present Edmundo Ruiz +// Copyright (c) 2009-present Edmundo Ruiz Ghanem // // Permission is hereby granted, free of charge, to any person obtaining a copy of // this software and associated documentation files (the "Software"), to deal in