Skip to content

Commit

Permalink
Bump version to 0.3.0 alpha 1
Browse files Browse the repository at this point in the history
  • Loading branch information
zao committed Jul 13, 2023
1 parent 26351e6 commit 8e1a8ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion foo_wave_seekbar/MainSeekbar.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ static service_factory_t<ui_element_impl<wave::seekbar_dui>> g_asdf;
static uie::window_factory<wave::seekbar_uie_t<uie::type_panel>> g_sadf_panel;
static uie::window_factory<wave::seekbar_uie_t<uie::type_toolbar>> g_sadf_toolbar;

DECLARE_COMPONENT_VERSION("Waveform seekbar", "0.2.45.6", "zao")
DECLARE_COMPONENT_VERSION("Waveform seekbar", "0.3.0 alpha 1", "zao")
VALIDATE_COMPONENT_FILENAME("foo_wave_seekbar.dll")
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "foo-wave-seekbar",
"version": "0.2.45.6",
"version-semver": "0.3.0-alpha.1",
"dependencies": [
"boost-property-tree",
"boost-serialization",
Expand Down

0 comments on commit 8e1a8ec

Please sign in to comment.