diff --git a/LightweightIocContainer/LightweightIocContainer.csproj b/LightweightIocContainer/LightweightIocContainer.csproj
index e560338..96a5aed 100644
--- a/LightweightIocContainer/LightweightIocContainer.csproj
+++ b/LightweightIocContainer/LightweightIocContainer.csproj
@@ -10,9 +10,9 @@
latest
true
https://github.com/SimonG96/LightweightIocContainer
- 2.1.0
- 2.1.0.0
- 2.1.0.0
+ 2.2.0-beta
+ 2.2.0.0
+ 2.2.0.0
LICENSE.md
diff --git a/README.md b/README.md
index ae330e2..7bd265c 100644
--- a/README.md
+++ b/README.md
@@ -17,13 +17,13 @@ The easiest way to [install](https://github.com/SimonG96/LightweightIocContainer
You can either use the [`PackageManager`](https://github.com/SimonG96/LightweightIocContainer/wiki/Install-Lightweight-IOC-Container#packagemanager) in VisualStudio:
```PM
-PM> Install-Package LightweightIocContainer -Version 2.1.0
+PM> Install-Package LightweightIocContainer -Version 2.2.0-beta
```
or you can use the [`.NET CLI`](https://github.com/SimonG96/LightweightIocContainer/wiki/Install-Lightweight-IOC-Container#net-cli):
```.net
-> dotnet add package LightweightIocContainer --version 2.1.0
+> dotnet add package LightweightIocContainer --version 2.2.0-beta
```
### Example usage
diff --git a/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj b/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj
index 82c73bf..18e75ef 100644
--- a/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj
+++ b/Test.LightweightIocContainer/Test.LightweightIocContainer.csproj
@@ -5,7 +5,7 @@
false
- 2.1.0
+ 2.2.0-beta
SimonG