diff --git a/Cargo.lock b/Cargo.lock index 771e5b09..f37c0978 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1622,7 +1622,7 @@ dependencies = [ [[package]] name = "gossip" -version = "0.3.91" +version = "0.3.93-unstable" dependencies = [ "async-recursion", "base64 0.21.0", diff --git a/Cargo.toml b/Cargo.toml index cf20534b..2f595579 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gossip" -version = "0.3.91" +version = "0.3.93-unstable" description = "A social media client for nostr" authors = ["Mike Dilger "] license = "MIT" diff --git a/packaging/arch/PKGBUILD b/packaging/arch/PKGBUILD index 6583d8c1..5b87492e 100644 --- a/packaging/arch/PKGBUILD +++ b/packaging/arch/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Michael Dilger pkgname='gossip' -pkgver='0.3.91' +pkgver='0.3.93-unstable' pkgrel=1 pkgdesc='A desktop nostr client' arch=('i686' 'x86_64') diff --git a/packaging/tar/make-tar.sh b/packaging/tar/make-tar.sh index 73034cdf..9ad81ec4 100755 --- a/packaging/tar/make-tar.sh +++ b/packaging/tar/make-tar.sh @@ -1,4 +1,4 @@ #!/bin/sh cd ../../.. -tar -cv --exclude=gossip/.git --exclude=gossip/target --exclude=gossip/packaging -f - gossip | bzip2 -c > gossip/packaging/tar/gossip-0.3.91.tar.bz2 +tar -cv --exclude=gossip/.git --exclude=gossip/target --exclude=gossip/packaging -f - gossip | bzip2 -c > gossip/packaging/tar/gossip-0.3.93-unstable.tar.bz2 diff --git a/packaging/windows/gossip.wxs b/packaging/windows/gossip.wxs index 28faa97e..0682cfc9 100644 --- a/packaging/windows/gossip.wxs +++ b/packaging/windows/gossip.wxs @@ -1,8 +1,8 @@  + Language="1033" Codepage="1252" Version="0.3.93-unstable" InstallerVersion="200" ProductCode="aa45f2bd-9c13-4355-a9b6-88bf1872ef8b"> - +