Skip to content

Commit

Permalink
v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundito committed Oct 10, 2021
1 parent 20c0a3f commit 544a2eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.TXT
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Revision History
================

2.2.1 (October 10, 2021)
2.2.1 / 2.2.2 (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
Expand Down
2 changes: 1 addition & 1 deletion Tween/Game.agf
Original file line number Diff line number Diff line change
Expand Up @@ -4438,7 +4438,7 @@ return
<Name>Tween</Name>
<Description>In-betweening functions for AGS.</Description>
<Author>Edmundo Ruiz et al.</Author>
<Version>2.2.0</Version>
<Version>2.2.2</Version>
<Key>1249765699</Key>
<IsHeader>False</IsHeader>
</Script>
Expand Down
2 changes: 1 addition & 1 deletion Tween/Tween.ash
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

#ifndef __TWEEN_MODULE__
#define __TWEEN_MODULE__
#define Tween_020201
#define Tween_020202

///////////////////////////////////////////////////////////////////////////////
// SETTINGS - Feel free to change this for your game!
Expand Down

0 comments on commit 544a2eb

Please sign in to comment.