diff --git a/Cargo.lock b/Cargo.lock index 17091e9..2f728e8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -491,7 +491,7 @@ dependencies = [ [[package]] name = "gst_pipeline_studio" -version = "0.2.3" +version = "0.3.0" dependencies = [ "anyhow", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index 92ec562..84b3acf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst_pipeline_studio" -version = "0.2.3" +version = "0.3.0" edition = "2018" rust-version = "1.67" diff --git a/installer/wix/build_installer.ps1 b/installer/wix/build_installer.ps1 index 63a3e28..bd43fa6 100644 --- a/installer/wix/build_installer.ps1 +++ b/installer/wix/build_installer.ps1 @@ -17,7 +17,7 @@ $heatToolPath = Join-Path $wixFolder -ChildPath heat.exe $GPSUpgradeCode = "9B87C8FF-599C-4F20-914E-AF5E68CB3DC0" $GPSVersion = $(git describe --always --abbrev=0) Write-Output $GPSVersion -$GPSVersion = "0.2.3" +$GPSVersion = "0.3.0" try { diff --git a/meson.build b/meson.build index 8263aa3..379aa77 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gst_pipeline_studio', - version: '0.2.3', + version: '0.3.0', meson_version: '>= 0.50.0', default_options: [ 'warning_level=2', ],