File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
godot/project/addons/barelymusician Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ endif()
111111
112112project (
113113 barelymusician
114- VERSION 0.7.4
114+ VERSION 0.7.5
115115 DESCRIPTION "a real-time music engine for interactive systems"
116116 HOMEPAGE_URL "https://github.com/anokta/barelymusician"
117117)
Original file line number Diff line number Diff line change 33name =" BarelyMusician"
44description =" BarelyMusician is a real-time music engine that generates and performs musical sounds from scratch with sample-accurate timing."
55author =" anokta"
6- version =" 0.7.4 "
6+ version =" 0.7.5 "
77script =" barelymusician.gd"
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ PlayerSettings:
140140 loadStoreDebugModeEnabled : 0
141141 visionOSBundleVersion : 1.0
142142 tvOSBundleVersion : 1.0
143- bundleVersion : 0.7.4
143+ bundleVersion : 0.7.5
144144 preloadedAssets : []
145145 metroInputSource : 0
146146 wsaTransparentSwapchain : 0
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ SMTG_CONSTEXPR Steinberg::Vst::CString kPluginUrl = "https://anokta.io";
1010SMTG_CONSTEXPR Steinberg::Vst::CString kPluginEmail = " mailto:contact@anokta.io" ;
1111
1212SMTG_CONSTEXPR Steinberg::Vst::CString kPluginName = " barelymusician" ;
13- SMTG_CONSTEXPR Steinberg::Vst::CString kPluginVersion = " 0.7.4 " ;
13+ SMTG_CONSTEXPR Steinberg::Vst::CString kPluginVersion = " 0.7.5 " ;
1414SMTG_CONSTEXPR Steinberg::Vst::ComponentFlags kPluginFlags = {};
1515
1616} // namespace
Original file line number Diff line number Diff line change 11{
22 "name" : " barelymusician" ,
3- "version" : " 0.7.4 " ,
3+ "version" : " 0.7.5 " ,
44 "private" : true ,
55 "scripts" : {
66 "build:bundle" : " esbuild demo/main.js --minify --bundle --outfile=build/bundle.js --format=esm" ,
You can’t perform that action at this time.
0 commit comments