From 8086c889acfa9744a774c0ac0e3670b3a6056eb6 Mon Sep 17 00:00:00 2001 From: Adrian Wielgosik Date: Sun, 19 Jan 2025 20:43:11 +0100 Subject: [PATCH] swf: Bump version to 0.2.2 for crates.io publish --- Cargo.lock | 2 +- swf/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a77b9614e988..7f95b58c906f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4971,7 +4971,7 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "swf" -version = "0.2.1" +version = "0.2.2" dependencies = [ "bitflags 2.7.0", "bitstream-io", diff --git a/swf/Cargo.toml b/swf/Cargo.toml index d99dad3ec63a..5d288b91ad30 100644 --- a/swf/Cargo.toml +++ b/swf/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swf" -version = "0.2.1" +version = "0.2.2" description = "Read and write the Adobe Flash SWF file format." authors.workspace = true edition.workspace = true