Skip to content

Commit 5e3aa80

Browse files
committed
build: release 0.7.0-beta
1 parent 24e8ce5 commit 5e3aa80

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "eyedropper"
3-
version = "0.6.0"
3+
version = "0.7.0-beta"
44
authors = ["FineFindus <finefindusgh@gmail.com>"]
55
edition = "2021"
66
description = "Pick and format colors"

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'eyedropper',
33
'rust',
4-
version: '0.6.0',
4+
version: '0.7.0-beta',
55
meson_version: '>= 0.59',
66
# license: 'MIT',
77
)

0 commit comments

Comments
 (0)