diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a5d4ac..6312794 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Unreleased +# 1.0.0rc + ## Improved - Better quality and handle more errors. diff --git a/Cargo.lock b/Cargo.lock index 404717c..4cf975f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -167,7 +167,7 @@ checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" [[package]] name = "ianny" -version = "1.0.0-beta.1" +version = "1.0.0-rc" dependencies = [ "gcd", "gettext-rs", diff --git a/Cargo.toml b/Cargo.toml index 7a18901..8bb52bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ianny" -version = "1.0.0-beta.1" +version = "1.0.0-rc" authors = ["zefr0x"] edition = "2021" description = "Desktop utility that helps preventing repetitive strain injuries by keeping track of usage patterns and periodically informing user to take breaks" diff --git a/meson.build b/meson.build index 09e3fa8..d01d91d 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('ianny', 'rust', - version : '1.0.0-beta.1', + version : '1.0.0-rc', license : 'GPL3', default_options : ['warning_level=2'])