From e90c2437fdc46e6123871d08422063f2c005bee0 Mon Sep 17 00:00:00 2001 From: FineFindus <63370021+FineFindus@users.noreply.github.com> Date: Fri, 24 Feb 2023 16:59:14 +0100 Subject: [PATCH] build(release): bump version to 0.6.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- meson.build | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7d1097b..d0db51c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -298,7 +298,7 @@ checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" [[package]] name = "eyedropper" -version = "0.5.1" +version = "0.6.0" dependencies = [ "ashpd", "bytes", diff --git a/Cargo.toml b/Cargo.toml index d8ed47b..3a8e2e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "eyedropper" -version = "0.5.1" +version = "0.6.0" authors = ["FineFindus "] edition = "2021" description = "Pick and format colors" diff --git a/meson.build b/meson.build index 58b372b..3b93538 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'eyedropper', 'rust', - version: '0.5.1', + version: '0.6.0', meson_version: '>= 0.59', # license: 'MIT', )