Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PoroCYon
oidos
Commits
4d3cc0e1
Commit
4d3cc0e1
authored
Apr 23, 2017
by
Aske Simon Christensen
Browse files
Bumped version numbers to 2.1.0
parent
2ba77234
Changes
4
Hide whitespace changes
Inline
Side-by-side
reverb/Cargo.toml
View file @
4d3cc0e1
[package]
name
=
"OidosReverb"
version
=
"2.
0
.0"
version
=
"2.
1
.0"
authors
=
[
"Aske Simon Christensen <blueberry@loonies.dk>"
]
[dependencies]
...
...
reverb/src/lib.rs
View file @
4d3cc0e1
...
...
@@ -158,7 +158,7 @@ impl Plugin for OidosReverbPlugin {
name
:
"OidosReverb"
.to_string
(),
vendor
:
"Loonies"
.to_string
(),
unique_id
:
0x550D10
,
version
:
2
0
00
,
version
:
2
1
00
,
presets
:
0
,
parameters
:
20
,
inputs
:
2
,
...
...
synth/Cargo.toml
View file @
4d3cc0e1
[package]
name
=
"Oidos"
version
=
"2.
0
.0"
version
=
"2.
1
.0"
authors
=
[
"Aske Simon Christensen <blueberry@loonies.dk>"
]
build
=
"build.rs"
...
...
synth/src/lib.rs
View file @
4d3cc0e1
...
...
@@ -29,7 +29,7 @@ impl SynthInfo for OidosSynthInfo {
name
:
"Oidos"
.to_string
(),
vendor
:
"Loonies"
.to_string
(),
unique_id
:
0x50D10
,
version
:
2
0
00
,
version
:
2
1
00
,
..
Info
::
default
()
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment