Skip to content

Commit 46c9bca

Browse files
committed
build: 1.0.1
1 parent c1ab48f commit 46c9bca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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 (e.g.:
44
# obs-myawesomeplugin) and set
5-
project(obs-subsampling-detector VERSION 1.0.0)
5+
project(obs-subsampling-detector VERSION 1.0.1)
66
add_library(${CMAKE_PROJECT_NAME} MODULE)
77

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

buildspec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
}
8383
},
8484
"name": "obs-subsampling-detector",
85-
"version": "1.0.0",
85+
"version": "1.0.1",
8686
"author": "Tomasz Żyźniewski",
8787
"email": "tomasz.zyzniewski@grandmasters.online"
8888
}

0 commit comments

Comments
 (0)