Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Higerd committed Feb 20, 2024
1 parent 1cdc837 commit 9d0ca59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ build
build_win
*_plugin_import.cpp
core
.qmake.stash

# build outputs
depends.mak
Expand Down
2 changes: 1 addition & 1 deletion plugins/clefplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ struct ClefPluginInfo : public TagsM3UMixin {
};
#pragma GCC diagnostic pop

const std::string ClefPluginInfo::version = "0.0.2";
const std::string ClefPluginInfo::version = "0.0.3";
const std::string ClefPluginInfo::pluginName = "dse-clef";
const std::string ClefPluginInfo::pluginShortName = "dse-clef";
const std::string ClefPluginInfo::author = "Adam Higerd";
Expand Down

0 comments on commit 9d0ca59

Please sign in to comment.