diff --git a/NetPrints/NetPrints.csproj b/NetPrints/NetPrints.csproj index 1212e00..18d1c55 100644 --- a/NetPrints/NetPrints.csproj +++ b/NetPrints/NetPrints.csproj @@ -2,7 +2,7 @@ netcoreapp3.0 NetPrints - 0.0.2-update1 + 0.0.3 MIT Robin Kahlow 2018 diff --git a/NetPrintsEditor/NetPrintsEditor.csproj b/NetPrintsEditor/NetPrintsEditor.csproj index 3f0ddc0..d115ee4 100644 --- a/NetPrintsEditor/NetPrintsEditor.csproj +++ b/NetPrintsEditor/NetPrintsEditor.csproj @@ -5,7 +5,7 @@ NetPrintsEditor True NetPrintsEditor.App - 0.0.2-update1 + 0.0.3 MIT Robin Kahlow 2018 NetPrintsLogo.ico diff --git a/README.md b/README.md index afb9149..f5d10d3 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ NetPrints is a visual programming language inspired by Unreal Engine 4's Bluepri [Unity tutorial](https://github.com/RobinKa/NetPrintsUnityTutorial) # Download -Version 0.0.2-update1 of the editor binaries can be found [here](https://github.com/RobinKa/netprints/releases/tag/0.0.2-update1). You can also download the source code and compile the binaries (requires Visual Studio 2019 and .NET Core 3). +Version 0.0.3 of the editor binaries can be found [here](https://github.com/RobinKa/netprints/releases/tag/0.0.3). You can also download the source code and compile the binaries (requires Visual Studio 2019 and .NET Core 3). # Requirements The editor itself requires .NET Core 3 (since this is the first version to support WPF), although we provide self-contained binaries for Windows x86. Binaries compiled by the editor require any dependencies you added as references.