diff --git a/assets/com.hunterwittenborn.Celeste.metainfo.xml b/assets/com.hunterwittenborn.Celeste.metainfo.xml index 7b43640..eab0149 100644 --- a/assets/com.hunterwittenborn.Celeste.metainfo.xml +++ b/assets/com.hunterwittenborn.Celeste.metainfo.xml @@ -41,13 +41,23 @@ + +

+ New features in this release: +

+ +

Fixes in this release:

diff --git a/celeste-tray/Cargo.toml b/celeste-tray/Cargo.toml index fad17b0..fdb055f 100644 --- a/celeste-tray/Cargo.toml +++ b/celeste-tray/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "celeste-tray" -version = "0.5.7" +version = "0.5.8" edition = "2021" [dependencies] diff --git a/celeste/Cargo.toml b/celeste/Cargo.toml index f724b74..9a1661d 100644 --- a/celeste/Cargo.toml +++ b/celeste/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "celeste" -version = "0.5.7" +version = "0.5.8" edition = "2021" [dependencies] diff --git a/libceleste/Cargo.toml b/libceleste/Cargo.toml index ea1f11d..8be60bc 100644 --- a/libceleste/Cargo.toml +++ b/libceleste/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libceleste" -version = "0.5.7" +version = "0.5.8" edition = "2021" [lib] diff --git a/makedeb/PKGBUILD b/makedeb/PKGBUILD index 86f7a3a..a93076f 100644 --- a/makedeb/PKGBUILD +++ b/makedeb/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Hunter Wittenborn pkgname=celeste -pkgver=0.5.7 +pkgver=0.5.8 pkgrel=1 pkgdesc='Sync your cloud files' arch=('any') diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index a164b69..8bc428d 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,6 +1,6 @@ name: celeste base: core22 -version: '0.5.7' +version: '0.5.8' summary: Sync your cloud files description: | Celeste is a GUI file synchronization client that can connect to almost any cloud provider you'd like. It provides a streamlined experience to back up your files, and integrates directly into your desktop system.