Skip to content

Commit bf7b8f8

Browse files
committed
bump version for release
1 parent 6e58cc2 commit bf7b8f8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "arithmetic-coding"
33
description = "fast and flexible arithmetic coding library"
4-
version = "0.2.0"
4+
version = "0.3.0"
55
edition = "2021"
66
license = "MIT"
77
keywords = ["compression", "encoding", "arithmetic-coding", "lossless"]
@@ -16,7 +16,7 @@ members = [
1616
]
1717

1818
[dependencies]
19-
arithmetic-coding-core = { path = "./arithmetic-coding-core", version = "0.1.0" }
19+
arithmetic-coding-core = { path = "./arithmetic-coding-core", version = "0.3.0" }
2020
bitstream-io = "1.2.0"
2121
thiserror = "1.0.30"
2222

arithmetic-coding-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "arithmetic-coding-core"
33
description = "core traits for the 'arithmetic-coding' crate"
4-
version = "0.1.0"
4+
version = "0.3.0"
55
edition = "2021"
66
license = "MIT"
77
keywords = ["compression", "encoding", "arithmetic-coding", "lossless"]

0 commit comments

Comments
 (0)