Skip to content

Commit

Permalink
bump to 0.12.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Oct 13, 2022
1 parent 28899e3 commit 462810c
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion _packaging/ubuntu-2004-installer-zip-readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This will install the following file, among others: `/opt/vimba/Vimba_6_0/VimbaC
You should be able to install the .deb file by double clicking on it in a file
navigator. Alternatively, you can install it from the command line:

sudo apt install ./strand-braid_0.12.0-alpha.2-1_amd64.deb
sudo apt install ./strand-braid_0.12.0-alpha.3-1_amd64.deb

## Running

Expand Down
2 changes: 1 addition & 1 deletion _packaging/ubuntu-2204-installer-zip-readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This will install the following file, among others: `/opt/vimba/Vimba_6_0/VimbaC
You should be able to install the .deb file by double clicking on it in a file
navigator. Alternatively, you can install it from the command line:

sudo apt install ./strand-braid_0.12.0-alpha.2-1_amd64.deb
sudo apt install ./strand-braid_0.12.0-alpha.3-1_amd64.deb

## Running

Expand Down
2 changes: 1 addition & 1 deletion braid-offline/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "braid-offline"
version = "0.12.0-alpha.2" # braid release synchronized
version = "0.12.0-alpha.3" # braid release synchronized
authors = ["Andrew Straw <[email protected]>"]
edition = "2021"
rust-version = "1.59"
Expand Down
2 changes: 1 addition & 1 deletion braid-process-video/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "braid-process-video"
version = "0.12.0-alpha.2" # braid release synchronized
version = "0.12.0-alpha.3" # braid release synchronized
edition = "2021"
rust-version = "1.60"
description = "process videos within the Braid multi-camera framework"
Expand Down
2 changes: 1 addition & 1 deletion braid/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "braid"
version = "0.12.0-alpha.2" # braid release synchronized
version = "0.12.0-alpha.3" # braid release synchronized
authors = ["Andrew Straw <[email protected]>"]
edition="2018"
homepage = "https://strawlab.org/braid"
Expand Down
2 changes: 1 addition & 1 deletion braid/braid-run/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "braid-run"
version = "0.12.0-alpha.2" # braid release synchronized
version = "0.12.0-alpha.3" # braid release synchronized
authors = ["Andrew Straw <[email protected]>"]
homepage = "https://strawlab.org/braid"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion braid/braid-run/braid_frontend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "braid_frontend"
version = "0.12.0-alpha.2" # braid release synchronized
version = "0.12.0-alpha.3" # braid release synchronized
authors = ["Andrew Straw <[email protected]>"]
edition = "2021"
rust-version="1.60"
Expand Down
2 changes: 1 addition & 1 deletion braidz-parser/braidz-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "braidz-cli"
version = "0.12.0-alpha.2" # braid release synchronized
version = "0.12.0-alpha.3" # braid release synchronized
authors = ["Andrew Straw <[email protected]>"]
edition = "2021"
rust-version="1.60"
Expand Down
2 changes: 1 addition & 1 deletion fmf/fmf-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fmf-cli"
version = "0.12.0-alpha.2" # braid release synchronized
version = "0.12.0-alpha.3" # braid release synchronized
authors = ["Andrew Straw <[email protected]>"]
autobins = false
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion strand-cam-offline-kalmanize/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "strand-cam-offline-kalmanize"
version = "0.12.0-alpha.2" # braid release synchronized
version = "0.12.0-alpha.3" # braid release synchronized
authors = ["Andrew Straw <[email protected]>"]
edition = "2021"
rust-version = "1.59"
Expand Down
2 changes: 1 addition & 1 deletion strand-cam/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "strand-cam"
version = "0.12.0-alpha.2" # braid release synchronized
version = "0.12.0-alpha.3" # braid release synchronized
authors = ["Andrew Straw <[email protected]>"]
build = "build.rs"
homepage = "https://strawlab.org/strand-cam"
Expand Down
2 changes: 1 addition & 1 deletion strand-cam/strand-cam-pylon/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "strand-cam-pylon"
version = "0.12.0-alpha.2" # braid release synchronized
version = "0.12.0-alpha.3" # braid release synchronized
edition = "2021"
rust-version = "1.60"

Expand Down
2 changes: 1 addition & 1 deletion strand-cam/strand-cam-vimba/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "strand-cam-vimba"
version = "0.12.0-alpha.2" # braid release synchronized
version = "0.12.0-alpha.3" # braid release synchronized
edition = "2021"
rust-version = "1.60"

Expand Down
2 changes: 1 addition & 1 deletion strand-cam/yew_frontend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "strand-cam-frontend-yew"
version = "0.12.0-alpha.2" # braid release synchronized
version = "0.12.0-alpha.3" # braid release synchronized
authors = ["Andrew Straw <[email protected]>"]
edition = "2021"
rust-version = "1.59"
Expand Down
2 changes: 1 addition & 1 deletion write-debian-changelog/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "write-debian-changelog"
version = "0.12.0-alpha.2" # braid release synchronized
version = "0.12.0-alpha.3" # braid release synchronized
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 462810c

Please sign in to comment.