Skip to content

Commit

Permalink
Version 1.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
nbayazes committed Jun 30, 2023
1 parent ba4f1fb commit 55ab094
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Inferno/Version.h
Original file line number Diff line number Diff line change
@@ -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";
}
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 55ab094

Please sign in to comment.