0.3.93-unstable

We will use odd point-versions with "-unstable" suffix for between-release commits
and event point-versions for releases
This commit is contained in:
Mike Dilger 2023-02-12 13:35:58 +13:00
parent 3f79026ac5
commit 214eca3709
5 changed files with 6 additions and 6 deletions

2
Cargo.lock generated
View File

@ -1622,7 +1622,7 @@ dependencies = [
[[package]]
name = "gossip"
version = "0.3.91"
version = "0.3.93-unstable"
dependencies = [
"async-recursion",
"base64 0.21.0",

View File

@ -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 <mike@mikedilger.com>"]
license = "MIT"

View File

@ -1,6 +1,6 @@
# Maintainer: Michael Dilger <mike@mikedilger.com>
pkgname='gossip'
pkgver='0.3.91'
pkgver='0.3.93-unstable'
pkgrel=1
pkgdesc='A desktop nostr client'
arch=('i686' 'x86_64')

View File

@ -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

View File

@ -1,8 +1,8 @@
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
<Package Name="Gossip" Manufacturer="Gossip" UpgradeCode="f1794f78-cfb1-4056-a1f7-da48b956456c"
Language="1033" Codepage="1252" Version="0.3.91" InstallerVersion="200" ProductCode="0d138f43-34c8-4d9d-90e0-9086fab82e5a">
Language="1033" Codepage="1252" Version="0.3.93-unstable" InstallerVersion="200" ProductCode="aa45f2bd-9c13-4355-a9b6-88bf1872ef8b">
<MediaTemplate EmbedCab="yes" />
<SummaryInformation Keywords="Installer" Description="Gossip 0.3.91 Installer" Manufacturer="Gossip" />
<SummaryInformation Keywords="Installer" Description="Gossip 0.3.93-unstable Installer" Manufacturer="Gossip" />
<StandardDirectory Id="ProgramFilesFolder">
<Directory Id="Gossip" Name="Gossip">
<Directory Id="INSTALLDIR" Name="Gossip">