Skip to content

Commit a7403b1

Browse files
committed
Update cmake and buildspec
1 parent a091533 commit a7403b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16...3.21)
22

33
# Change obs-plugintemplate to your plugin's name in a machine-readable format
44
# (e.g.: obs-myawesomeplugin) and set
5-
project(obs-midi-mg VERSION 1.4.1)
5+
project(obs-midi-mg VERSION 1.4.2)
66
add_library(obs-midi-mg MODULE)
77

88
# Replace `Your Name Here` with the name (yours or your organization's) you want

buildspec.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,5 @@
7979
}
8080
},
8181
"name": "obs-midi-mg",
82-
"version": "1.4.1"
82+
"version": "1.4.2"
8383
}

0 commit comments

Comments
 (0)