From e9d6691649ec67829dd3df375657461f037f6c93 Mon Sep 17 00:00:00 2001
From: thatcosmonaut <evan@moonside.games>
Date: Thu, 31 Oct 2019 16:20:09 -0700
Subject: [PATCH] 3.0.0

---
 Bonk/Bonk.csproj | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Bonk/Bonk.csproj b/Bonk/Bonk.csproj
index 22b77c7..ee8b234 100644
--- a/Bonk/Bonk.csproj
+++ b/Bonk/Bonk.csproj
@@ -1,8 +1,8 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
-    <Version>2.1.1</Version>
+    <Version>3.0.0</Version>
     <TargetFramework>netstandard2.1</TargetFramework>
-    <Description>.NET Core Collision Detection for MonoGame</Description>
+    <Description>.NET Core High Performance Collision Detection</Description>
     <PackageId>MoonTools.Core.Bonk</PackageId>
     <RootNamespace>MoonTools.Core.Bonk</RootNamespace>
     <Company>Moonside Games</Company>