Skip to content

Commit

Permalink
Update to version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cg2121 committed Aug 31, 2022
1 parent 79cdb22 commit c552a31
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-decklink-output-filter VERSION 1.0.2)
project(obs-decklink-output-filter VERSION 1.1.0)
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 @@ -79,5 +79,5 @@
}
},
"name": "obs-decklink-output-filter",
"version": "1.0.2"
"version": "1.1.0"
}

0 comments on commit c552a31

Please sign in to comment.