bumbed version number for new OpenAI integration

This commit is contained in:
Falko Zurell 2025-01-20 09:52:03 +01:00
parent a2e93a625c
commit df29dbe4e5
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[package] [package]
name = "pixelfed_batch_uploader" name = "pixelfed_batch_uploader"
version = "1.0.2" version = "1.0.3"
edition = "2021" edition = "2021"
[build] [build]

View file

@ -1,6 +1,6 @@
#!/bin/bash -x #!/bin/bash -x
RELEASE_VERSION="1.0.2" RELEASE_VERSION="1.0.3"
PLATFORM=$(rustc -vV | grep host | cut -d ' ' -f2) PLATFORM=$(rustc -vV | grep host | cut -d ' ' -f2)