gps: update version to 0.3.0

This commit is contained in:
Stéphane Cerveau 2023-04-12 22:36:50 +02:00
parent 9c3ee809b1
commit 1aa39f2c62
4 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View file

@ -491,7 +491,7 @@ dependencies = [
[[package]]
name = "gst_pipeline_studio"
version = "0.2.3"
version = "0.3.0"
dependencies = [
"anyhow",
"futures-channel",

View file

@ -1,6 +1,6 @@
[package]
name = "gst_pipeline_studio"
version = "0.2.3"
version = "0.3.0"
edition = "2018"
rust-version = "1.67"

View file

@ -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
{

View file

@ -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',
],