From 404081876c1c3546399aa6122e5832e37c1b7515 Mon Sep 17 00:00:00 2001 From: David Wendt Date: Fri, 14 Jun 2024 20:04:27 -0400 Subject: [PATCH] swf: Bump version to 0.2.1 in preparation for new package publication --- Cargo.lock | 2 +- swf/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 36f68a9af..48648e236 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5280,7 +5280,7 @@ checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" [[package]] name = "swf" -version = "0.2.0" +version = "0.2.1" dependencies = [ "bitflags 2.5.0", "bitstream-io", diff --git a/swf/Cargo.toml b/swf/Cargo.toml index 5c811b60d..1a9e0760f 100644 --- a/swf/Cargo.toml +++ b/swf/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swf" -version = "0.2.0" +version = "0.2.1" description = "Read and write the Adobe Flash SWF file format." authors.workspace = true edition.workspace = true