diff --git a/Cargo.toml b/Cargo.toml index 4c2f1f26..cf20534b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gossip" -version = "0.3.90-unstable" +version = "0.3.91" description = "A social media client for nostr" authors = ["Mike Dilger "] license = "MIT" diff --git a/packaging/arch/PKGBUILD b/packaging/arch/PKGBUILD index 2d17ad5a..8c6ba4b8 100644 --- a/packaging/arch/PKGBUILD +++ b/packaging/arch/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Michael Dilger pkgname='gossip' -pkgver='0.3.90' +pkgver='0.3.91' 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 2a489bbd..73034cdf 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.tar.bz2 +tar -cv --exclude=gossip/.git --exclude=gossip/target --exclude=gossip/packaging -f - gossip | bzip2 -c > gossip/packaging/tar/gossip-0.3.91.tar.bz2 diff --git a/packaging/windows/gossip.wxs b/packaging/windows/gossip.wxs index 6f67db41..28faa97e 100644 --- a/packaging/windows/gossip.wxs +++ b/packaging/windows/gossip.wxs @@ -1,23 +1,23 @@  - - - + + - - + + - - + +