Skip to content

Commit 53aac9f

Browse files
committed
New version (0.4.3)
1 parent 38084bd commit 53aac9f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

plugin/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.22)
22

33
# Version is needed by JUCE.
4-
project(XenRoll VERSION 0.4.2)
4+
project(XenRoll VERSION 0.4.3)
55

66
# Adding a directory with the library/application name as a subfolder of the
77
# include folder is a good practice. It helps avoid name clashes later on.

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
33
"name": "xenroll",
4-
"version": "0.4.2",
4+
"version": "0.4.3",
55
"dependencies": [
66
"boost-interprocess",
77
"boost-uuid"

0 commit comments

Comments
 (0)