Skip to content

Commit f4ce120

Browse files
committed
Bump version to 1.1.0
1 parent 714137d commit f4ce120

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(source-defaults VERSION 1.0.0)
5+
project(source-defaults VERSION 1.1.0)
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,5 +82,5 @@
8282
}
8383
},
8484
"name": "source-defaults",
85-
"version": "1.0.1"
85+
"version": "1.1.0"
8686
}

0 commit comments

Comments
 (0)