bumbed version number for new OpenAI integration
This commit is contained in:
parent
a2e93a625c
commit
df29dbe4e5
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "pixelfed_batch_uploader"
|
||||
version = "1.0.2"
|
||||
version = "1.0.3"
|
||||
edition = "2021"
|
||||
|
||||
[build]
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue