Skip to content

Commit 8cc9433

Browse files
committed
Trying to fix the Travis CI badge
1 parent cfcf696 commit 8cc9433

File tree

11 files changed

+22
-22
lines changed

11 files changed

+22
-22
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lv2"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = ["Jan-Oliver 'Janonard' Opdenhövel <[email protected]>", "Adrien Prokopowicz <[email protected]>",
55
"Yruama_Lairba <[email protected]>"]
66
edition = "2018"
@@ -12,7 +12,7 @@ keywords = ["lv2", "audio", "dsp", "safe", "signal"]
1212
repository = "https://github.com/RustAudio/rust-lv2"
1313

1414
[badges]
15-
travis-ci = { repository = "https://github.com/RustAudio/rust-lv2", branch = "master" }
15+
travis-ci = { repository = "RustAudio/rust-lv2", branch = "master" }
1616
maintenance = { status = "actively-developed" }
1717

1818
[dependencies]

atom/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lv2-atom"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
authors = ["Jan-Oliver 'Janonard' Opdenhövel <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"
@@ -10,7 +10,7 @@ readme = "README.md"
1010
repository = "https://github.com/RustAudio/rust-lv2"
1111

1212
[badges]
13-
travis-ci = { repository = "https://github.com/RustAudio/rust-lv2", branch = "master" }
13+
travis-ci = { repository = "RustAudio/rust-lv2", branch = "master" }
1414
maintenance = { status = "passively-maintained" }
1515

1616
[dependencies]

core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lv2-core"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
authors = ["Janonard <[email protected]>", "Adrien Prokopowicz <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"
@@ -10,7 +10,7 @@ readme = "README.md"
1010
repository = "https://github.com/RustAudio/rust-lv2"
1111

1212
[badges]
13-
travis-ci = { repository = "https://github.com/RustAudio/rust-lv2", branch = "master" }
13+
travis-ci = { repository = "RustAudio/rust-lv2", branch = "master" }
1414
maintenance = { status = "passively-maintained" }
1515

1616
[dependencies]

core/derive/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lv2-core-derive"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
authors = ["Jan-Oliver 'Janonard' Opdenhövel <[email protected]>", "Adrien Prokopowicz <[email protected]>"]
55
license = "MIT OR Apache-2.0"
66

@@ -9,7 +9,7 @@ readme = "README.md"
99
repository = "https://github.com/RustAudio/rust-lv2"
1010

1111
[badges]
12-
travis-ci = { repository = "https://github.com/RustAudio/rust-lv2", branch = "master" }
12+
travis-ci = { repository = "RustAudio/rust-lv2", branch = "master" }
1313
maintenance = { status = "passively-maintained" }
1414

1515
[lib]

midi/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lv2-midi"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
authors = ["Jan-Oliver 'Janonard' Opdenhövel <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"
@@ -10,7 +10,7 @@ readme = "README.md"
1010
repository = "https://github.com/RustAudio/rust-lv2"
1111

1212
[badges]
13-
travis-ci = { repository = "https://github.com/RustAudio/rust-lv2", branch = "master" }
13+
travis-ci = { repository = "RustAudio/rust-lv2", branch = "master" }
1414
maintenance = { status = "passively-maintained" }
1515

1616
[dependencies]

state/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lv2-state"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
authors = ["Jan-Oliver 'Janonard' Opdenhövel <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"
@@ -10,7 +10,7 @@ readme = "README.md"
1010
repository = "https://github.com/RustAudio/rust-lv2"
1111

1212
[badges]
13-
travis-ci = { repository = "https://github.com/RustAudio/rust-lv2", branch = "master" }
13+
travis-ci = { repository = "RustAudio/rust-lv2", branch = "master" }
1414
maintenance = { status = "passively-maintained" }
1515

1616
[dependencies]

sys/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lv2-sys"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
authors = ["Jan-Oliver 'Janonard' Opdenhövel <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"
@@ -10,7 +10,7 @@ readme = "README.md"
1010
repository = "https://github.com/RustAudio/rust-lv2"
1111

1212
[badges]
13-
travis-ci = { repository = "https://github.com/RustAudio/rust-lv2", branch = "master" }
13+
travis-ci = { repository = "RustAudio/rust-lv2", branch = "master" }
1414
maintenance = { status = "passively-maintained" }
1515

1616
[build-dependencies]

time/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lv2-time"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Yruama_Lairba <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"
@@ -10,7 +10,7 @@ readme = "README.md"
1010
repository = "https://github.com/RustAudio/rust-lv2"
1111

1212
[badges]
13-
travis-ci = { repository = "https://github.com/RustAudio/rust-lv2", branch = "master" }
13+
travis-ci = { repository = "RustAudio/rust-lv2", branch = "master" }
1414
maintenance = { status = "actively-developed" }
1515

1616
[dependencies]

units/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lv2-units"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Jan-Oliver 'Janonard' Opdenhövel <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"
@@ -10,7 +10,7 @@ readme = "README.md"
1010
repository = "https://github.com/RustAudio/rust-lv2"
1111

1212
[badges]
13-
travis-ci = { repository = "https://github.com/RustAudio/rust-lv2", branch = "master" }
13+
travis-ci = { repository = "RustAudio/rust-lv2", branch = "master" }
1414
maintenance = { status = "actively-developed" }
1515

1616
[dependencies]

urid/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lv2-urid"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
authors = ["Jan-Oliver 'Janonard' Opdenhövel <[email protected]>", "Adrien Prokopowicz <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"
@@ -10,7 +10,7 @@ readme = "README.md"
1010
repository = "https://github.com/RustAudio/rust-lv2"
1111

1212
[badges]
13-
travis-ci = { repository = "https://github.com/RustAudio/rust-lv2", branch = "master" }
13+
travis-ci = { repository = "RustAudio/rust-lv2", branch = "master" }
1414
maintenance = { status = "passively-maintained" }
1515

1616
[dependencies]

0 commit comments

Comments
 (0)