mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2024-11-14 12:51:13 +00:00
gps: update version to 0.3.0
This commit is contained in:
parent
9c3ee809b1
commit
1aa39f2c62
4 changed files with 4 additions and 4 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -491,7 +491,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "gst_pipeline_studio"
|
||||
version = "0.2.3"
|
||||
version = "0.3.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"futures-channel",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "gst_pipeline_studio"
|
||||
version = "0.2.3"
|
||||
version = "0.3.0"
|
||||
edition = "2018"
|
||||
rust-version = "1.67"
|
||||
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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',
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue