Skip to content

Commit

Permalink
chore(release): 1.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.8.0](v1.7.0...v1.8.0) (2023-02-03)

### Features

* add hkpConstraintInstance introspection ([95646c5](95646c5))
  • Loading branch information
semantic-release-bot committed Feb 3, 2023
1 parent 5790f91 commit e26a3bc
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.7.0)
set(VERSION 1.8.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.7.0",
"version-string": "1.8.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 e26a3bc

Please sign in to comment.