Skip to content

Commit 1dde67f

Browse files
committed
Bump version number.
1 parent 64905de commit 1dde67f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

crates/icy_engine/src/parsers/igs/paint.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1497,6 +1497,7 @@ impl CommandExecutor for DrawExecutor {
14971497
}
14981498
IgsCommands::BellsAndWhistles => {
14991499
// TODO
1500+
Ok(CallbackAction::NoUpdate)
15001501
}
15011502
IgsCommands::ExtendedCommands => {
15021503
match parameters[0] {

crates/icy_view/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "icy_view"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
authors.workspace = true
55
edition.workspace = true
66
license.workspace = true

crates/icy_view_gui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "icy_view_gui"
3-
version = "0.8.0"
3+
version = "0.8.2"
44
authors.workspace = true
55
edition.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)