From 6cdedd9d427898e1080ba3da936a5d69d5d38322 Mon Sep 17 00:00:00 2001 From: Eddoursul Date: Sat, 8 Oct 2022 22:10:25 +0200 Subject: [PATCH] Bumped Steam DLL version --- SKSE/Plugins/EnderalSteam.dll | 2 +- source/Steam DLL/CMakeLists.txt | 2 +- source/Steam DLL/vcpkg.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SKSE/Plugins/EnderalSteam.dll b/SKSE/Plugins/EnderalSteam.dll index e8251954..3018bf15 100644 --- a/SKSE/Plugins/EnderalSteam.dll +++ b/SKSE/Plugins/EnderalSteam.dll @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6849c7fda7eed6d5b96fdaddb112510162da254e67e1e69b23d33779669cb87b +oid sha256:48dc2b9e7bf3f778ff3199c7d7ab9c11acf462a8df4fd47797c0d5d7beed7bee size 592896 diff --git a/source/Steam DLL/CMakeLists.txt b/source/Steam DLL/CMakeLists.txt index 8e98c388..1a739e20 100644 --- a/source/Steam DLL/CMakeLists.txt +++ b/source/Steam DLL/CMakeLists.txt @@ -6,7 +6,7 @@ message("Using toolchain file ${CMAKE_TOOLCHAIN_FILE}.") ######################################################################################################################## project( EnderalSteam - VERSION 1.0.1 + VERSION 1.0.2 DESCRIPTION "Enderal SE Steam Support" LANGUAGES CXX) set(CMAKE_CXX_STANDARD 23) diff --git a/source/Steam DLL/vcpkg.json b/source/Steam DLL/vcpkg.json index 8299bac1..1b8518e5 100644 --- a/source/Steam DLL/vcpkg.json +++ b/source/Steam DLL/vcpkg.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json", "name": "enderal-se-steam", - "version-string": "1.0.1", + "version-string": "1.0.2", "port-version": 0, "description": "Enderal SE Steam Support", "homepage": "https://eddoursul.win/mods/enderal-se/",