From 56a50ab6f4247b259794bea1cdcb31434b349808 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guilhem=20Barth=C3=A9s?= Date: Fri, 2 Sep 2022 20:53:57 +0200 Subject: [PATCH] ci: bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fb84c2c..6c5a3a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "dental-notation" -version = "0.1.0" +version = "1.0.0" dependencies = [ "owo-colors", ] diff --git a/Cargo.toml b/Cargo.toml index dd9314a..0107796 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dental-notation" -version = "0.1.0" +version = "1.0.0" edition = "2021" description = "Library converting between different tooth numbering systems" repository = "https://git.barthes.xyz/guilhem/dental-notation"