diff --git a/Cargo.toml b/Cargo.toml index 8451a1d..a2de8aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pixelfed_batch_uploader" -version = "1.0.2" +version = "1.0.3" edition = "2021" [build] diff --git a/package.sh b/package.sh index eada008..747999f 100755 --- a/package.sh +++ b/package.sh @@ -1,6 +1,6 @@ #!/bin/bash -x -RELEASE_VERSION="1.0.2" +RELEASE_VERSION="1.0.3" PLATFORM=$(rustc -vV | grep host | cut -d ' ' -f2)