diff --git a/src/Inferno/Version.h b/src/Inferno/Version.h index 154c5f78..e409666c 100644 --- a/src/Inferno/Version.h +++ b/src/Inferno/Version.h @@ -1,6 +1,6 @@ #pragma once namespace Inferno { - constexpr auto VERSION_STRING = "1.0.17"; + constexpr auto VERSION_STRING = "1.0.18"; constexpr auto APP_TITLE = "Inferno Editor"; } \ No newline at end of file diff --git a/vcpkg.json b/vcpkg.json index c5ec1ed9..726a9909 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "name": "inferno", - "version": "1.0.17", + "version": "1.0.18", "description": "Inferno Engine", "vcpkg-configuration": { "default-registry": {