Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
sorayuki committed Apr 9, 2023
1 parent 55fbaca commit 86bd8ea
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.3.0.0)
project(obs-multi-rtmp VERSION 0.3.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-win.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@
}
},
"name": "obs-multi-rtmp",
"version": "0.3.0.0"
"version": "0.3.0.1"
}
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.3.0.0"
"version": "0.3.0.1"
}

0 comments on commit 86bd8ea

Please sign in to comment.