M Core/NosSmooth.Game/NosSmooth.Game.csproj => Core/NosSmooth.Game/NosSmooth.Game.csproj +2 -2
  
@@ 8,8 8,8 @@
         <Description>NosSmooth Game library handling the current game state by responding to packets.</Description>
         <RepositoryUrl>https://github.com/Rutherther/NosSmooth/</RepositoryUrl>
         <PackageLicenseExpression>MIT</PackageLicenseExpression>
-        <PackageVersion>1.1.0</PackageVersion>
-        <PackageReleaseNotes>Mark Game stateful entity</PackageReleaseNotes>
+        <PackageVersion>1.2.0</PackageVersion>
+        <PackageReleaseNotes>Add Position operators and in range method</PackageReleaseNotes>
     </PropertyGroup>
 
     <ItemGroup>
 
M Packets/NosSmooth.Packets/NosSmooth.Packets.csproj => Packets/NosSmooth.Packets/NosSmooth.Packets.csproj +2 -2
  
@@ 7,9 7,9 @@
         <Description>Contains default NosTale packets.</Description>
         <RepositoryUrl>https://github.com/Rutherther/NosSmooth/</RepositoryUrl>
         <PackageLicenseExpression>MIT</PackageLicenseExpression>
-        <PackageVersion>2.1.1</PackageVersion>
+        <PackageVersion>2.2.0</PackageVersion>
         <TargetFrameworks>net6.0;netstandard2.1</TargetFrameworks>
-        <PackageReleaseNotes>Fix packet types.</PackageReleaseNotes>
+        <PackageReleaseNotes>Add cancel packet.</PackageReleaseNotes>
     </PropertyGroup>
 
     <ItemGroup>