From 55ab0947e0a0f6ca539472d722385d9cc863ad6e Mon Sep 17 00:00:00 2001 From: Nicholas Bayazes Date: Fri, 30 Jun 2023 14:41:39 -0400 Subject: [PATCH] Version 1.0.16 --- src/Inferno/Version.h | 2 +- vcpkg.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Inferno/Version.h b/src/Inferno/Version.h index 0d03c172..8c81b7f5 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.15"; + constexpr auto VERSION_STRING = "1.0.16"; constexpr auto APP_TITLE = "Inferno Editor"; } \ No newline at end of file diff --git a/vcpkg.json b/vcpkg.json index 63c3b1d1..6254a0e7 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json", "name": "inferno", - "version": "1.0.15", + "version": "1.0.16", "builtin-baseline": "67e734c04ca963f0fc43a2787d6559c01a27a55a", "dependencies": [ "directxtk12",