Skip to content

Commit

Permalink
Update version to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nhielost committed Apr 8, 2024
1 parent 7ec4025 commit 30d3179
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"name": "obs-midi-mg",
"displayName": "obs-midi-mg",
"version": "3.0.0",
"version": "3.0.2",
"author": "nhielost",
"email": "[email protected]",
"website": "https://github.com/nhielost/obs-midi-mg",
Expand Down
2 changes: 1 addition & 1 deletion src/obs-midi-mg.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ with this program. If not, see <https://www.gnu.org/licenses/>
class MMGConfig;
MMGConfig *config();

#define OBS_MIDIMG_VERSION "v3.0.0"
#define OBS_MIDIMG_VERSION "v3.0.2"

#define qtocs() toUtf8().constData()
#define mmgtocs() value().qtocs()
Expand Down

0 comments on commit 30d3179

Please sign in to comment.