Skip to content

Commit

Permalink
make api and library version number run alongside eachother, and bump…
Browse files Browse the repository at this point in the history
… version
  • Loading branch information
zeskeertwee committed Dec 20, 2024
1 parent 1426eed commit da01495
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "api"
version = "0.2.3"
version = "0.2.4"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -20,4 +20,4 @@ path = "../atletiek-nu-api"

[dependencies.rpr]
git = "https://github.com/zeskeertwee/rpr"
hash = "5a911599a52518f9065c158d808905b288b0b861"
hash = "5a911599a52518f9065c158d808905b288b0b861"
2 changes: 1 addition & 1 deletion atletiek-nu-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "atletiek_nu_api"
version = "0.2.1"
version = "0.2.4"
description = "A scraping library for the atletiek.nu website"
readme = "../README.md"
edition = "2021"
Expand Down

0 comments on commit da01495

Please sign in to comment.