chore: bump version

This commit is contained in:
Felix Spöttel
2022-10-17 12:12:33 +02:00
parent 9914567649
commit ee12de2e3a
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -4,4 +4,4 @@ version = 3
[[package]] [[package]]
name = "aoc" name = "aoc"
version = "0.1.0" version = "0.2.0"
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "aoc" name = "aoc"
version = "0.1.0" version = "0.2.0"
authors = ["Felix Spöttel <1682504+fspoettel@users.noreply.github.com>"] authors = ["Felix Spöttel <1682504+fspoettel@users.noreply.github.com>"]
edition = "2021" edition = "2021"
default-run = "aoc" default-run = "aoc"