Skip to content

Commit 87e8d6f

Browse files
committed
Updated version number and history.
1 parent a9242d6 commit 87e8d6f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ is useful for basic cutscene content. However, there are some drawbacks.
8585
calculated by the Camera Control plugin without needing
8686
Tyruswoo_TileControl.
8787

88+
**v1.1.1** - 8/30/2023
89+
- This plugin is now free and open source under the [MIT license](https://opensource.org/license/mit/).
90+
8891
> **Remember, only you can build your dreams!**
8992
>
9093
> *Tyruswoo*

Tyruswoo_CameraControl.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Tyruswoo.CameraControl = Tyruswoo.CameraControl || {};
3636

3737
/*:
3838
* @target MZ
39-
* @plugindesc MZ v1.1 Provides greater control of the camera!
39+
* @plugindesc MZ v1.1.1 Provides greater control of the camera!
4040
* @author Tyruswoo
4141
* @url https://www.tyruswoo.com
4242
*
@@ -117,6 +117,9 @@ Tyruswoo.CameraControl = Tyruswoo.CameraControl || {};
117117
* Tyruswoo_TileControl plugin. Now, orientational shift is
118118
* calculated by the Camera Control plugin without needing
119119
* Tyruswoo_TileControl.
120+
*
121+
* v1.1.1 8/30/2023
122+
* - This plugin is now free and open source under the MIT license.
120123
* ============================================================================
121124
* MIT License
122125
*

0 commit comments

Comments
 (0)