ci: bump version

This commit is contained in:
Guilhem Barthés 2022-09-02 20:53:57 +02:00
parent 6287fc8827
commit 56a50ab6f4
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -4,7 +4,7 @@ version = 3
[[package]] [[package]]
name = "dental-notation" name = "dental-notation"
version = "0.1.0" version = "1.0.0"
dependencies = [ dependencies = [
"owo-colors", "owo-colors",
] ]

View File

@ -1,6 +1,6 @@
[package] [package]
name = "dental-notation" name = "dental-notation"
version = "0.1.0" version = "1.0.0"
edition = "2021" edition = "2021"
description = "Library converting between different tooth numbering systems" description = "Library converting between different tooth numbering systems"
repository = "https://git.barthes.xyz/guilhem/dental-notation" repository = "https://git.barthes.xyz/guilhem/dental-notation"