Skip to content

Commit

Permalink
build: 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zyzniewski committed Jun 13, 2023
1 parent c1ab48f commit 46c9bca
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 @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16...3.21)

# Change obs-plugintemplate to your plugin's name in a machine-readable format (e.g.:
# obs-myawesomeplugin) and set
project(obs-subsampling-detector VERSION 1.0.0)
project(obs-subsampling-detector VERSION 1.0.1)
add_library(${CMAKE_PROJECT_NAME} MODULE)

# Replace `Your Name Here` with the name (yours or your organization's) you want to see as the
Expand Down
2 changes: 1 addition & 1 deletion buildspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
}
},
"name": "obs-subsampling-detector",
"version": "1.0.0",
"version": "1.0.1",
"author": "Tomasz Żyźniewski",
"email": "[email protected]"
}

0 comments on commit 46c9bca

Please sign in to comment.