Skip to content

Commit 7baaa48

Browse files
committed
Bump version to 0.0.2
1 parent 9049414 commit 7baaa48

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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(media-playlist-source VERSION 0.0.1)
5+
project(media-playlist-source VERSION 0.0.2)
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": "media-playlist-source",
85-
"version": "0.0.1"
85+
"version": "0.0.2"
8686
}

0 commit comments

Comments
 (0)