diff --git a/Demos/AnimationDemo.cs b/Demos/AnimationDemo.cs
index 865e8c1..0ac4eb0 100644
--- a/Demos/AnimationDemo.cs
+++ b/Demos/AnimationDemo.cs
@@ -56,7 +56,7 @@ namespace Demos {
this.SpriteBatch.Begin(SpriteSortMode.Deferred, null, SamplerState.PointClamp, transformMatrix: Matrix.CreateScale(10));
// draw the group's current region
- // if not using a group, just update the animation's CurrentRegion here
+ // if not using a group, just draw the animation's CurrentRegion here
this.SpriteBatch.Draw(this.group.CurrentRegion, new Vector2(10, 10), Color.White);
this.SpriteBatch.End();
diff --git a/MLEM.Ui/MLEM.Ui.csproj b/MLEM.Ui/MLEM.Ui.csproj
index c690acc..73c3077 100644
--- a/MLEM.Ui/MLEM.Ui.csproj
+++ b/MLEM.Ui/MLEM.Ui.csproj
@@ -10,7 +10,7 @@
https://github.com/Ellpeck/MLEM
https://github.com/Ellpeck/MLEM
https://github.com/Ellpeck/MLEM/blob/master/LICENSE
- 1.0.3
+ 1.0.4
diff --git a/MLEM/MLEM.csproj b/MLEM/MLEM.csproj
index 86a109c..77b6f96 100644
--- a/MLEM/MLEM.csproj
+++ b/MLEM/MLEM.csproj
@@ -10,7 +10,7 @@
https://github.com/Ellpeck/MLEM
https://github.com/Ellpeck/MLEM
https://github.com/Ellpeck/MLEM/blob/master/LICENSE
- 1.0.15
+ 1.0.16