Skip to content

Commit

Permalink
chore(release): 1.10.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.10.0](v1.9.0...v1.10.0) (2023-09-05)

### Bug Fixes

* fix flag printing for hkbClipGenerator ([e643ce6](e643ce6))

### Features

* add GPU VRAM stats ([66a0bfd](66a0bfd))
* add introspection of ExtraLeveledItem ([166445c](166445c))
  • Loading branch information
semantic-release-bot committed Sep 5, 2023
1 parent 66a0bfd commit ae4e544
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.21)
# # Define project
# #######################################################################################################################
set(NAME "CrashLogger")
set(VERSION 1.9.0)
set(VERSION 1.10.0)

project(
${NAME}
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://github.com/raw/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
"name": "crashloggersse",
"version-string": "1.9.0",
"version-string": "1.10.0",
"port-version": 0,
"description": "SKSE/SKSEVR plugin that generates crash logs when the game Just Works™.",
"homepage": "https://github.com/alandtse/CrashLoggerSSE",
Expand Down

0 comments on commit ae4e544

Please sign in to comment.