Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
sorayuki committed Aug 11, 2023
1 parent f14fabf commit 0304e0f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)

# Change obs-plugintemplate to your plugin's name in a machine-readable format (e.g.:
# obs-myawesomeplugin) and set
project(obs-multi-rtmp VERSION 0.4.0.1)
project(obs-multi-rtmp VERSION 0.4.0.2)
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-win.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@
}
},
"name": "obs-multi-rtmp",
"version": "0.4.0.1"
"version": "0.4.0.2"
}
2 changes: 1 addition & 1 deletion buildspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@
}
},
"name": "obs-multi-rtmp",
"version": "0.4.0.1"
"version": "0.4.0.2"
}

0 comments on commit 0304e0f

Please sign in to comment.