Skip to content

Commit

Permalink
Merge #588: gui: release 1.1.0
Browse files Browse the repository at this point in the history
0964037 contrib: bump version to 1.1 in release script (Antoine Poinsot)
b23b49e gui: release 1.1.0 (Antoine Poinsot)

Pull request description:

  See #585.

ACKs for top commit:
  darosior:
    self-ACK 0964037

Tree-SHA512: bbd51700ab74f5458996bfe770e097ec06c56d8e13caf13a96a52bc751cc1fa54be99b721ebd2d71b97e94d6f24aa3335f67723c063eda0b9207c92b71df3855
  • Loading branch information
darosior committed Jul 31, 2023
2 parents 9c23d01 + 0964037 commit 37cae7f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion contrib/release/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

set -ex

VERSION="${VERSION:-"1.0"}"
VERSION="${VERSION:-"1.1"}"
LIANA_PREFIX="liana-$VERSION"
LINUX_DIR_NAME="$LIANA_PREFIX-x86_64-linux-gnu"
LINUX_ARCHIVE="$LINUX_DIR_NAME.tar.gz"
Expand Down
6 changes: 3 additions & 3 deletions gui/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "liana_gui"
version = "1.0.0"
version = "1.1.0"
readme = "README.md"
description = "Liana GUI"
repository = "https://github.com/wizardsardine/liana"
Expand Down
2 changes: 1 addition & 1 deletion gui/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ use liana::Version;

pub const VERSION: Version = Version {
major: 1,
minor: 0,
minor: 1,
patch: 0,
};

0 comments on commit 37cae7f

Please sign in to comment.