From 5e3aa808dbfb7d62d6f3d31e56429d5ce9473fce Mon Sep 17 00:00:00 2001 From: FineFindus Date: Mon, 12 Jun 2023 19:10:07 +0200 Subject: [PATCH] build: release 0.7.0-beta --- 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 6abf2b2..0d38bab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -445,7 +445,7 @@ checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" [[package]] name = "eyedropper" -version = "0.6.0" +version = "0.7.0-beta" dependencies = [ "ashpd", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 73f65e8..7c0809b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "eyedropper" -version = "0.6.0" +version = "0.7.0-beta" authors = ["FineFindus "] edition = "2021" description = "Pick and format colors" diff --git a/meson.build b/meson.build index 8b25277..e2207d1 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'eyedropper', 'rust', - version: '0.6.0', + version: '0.7.0-beta', meson_version: '>= 0.59', # license: 'MIT', )