Skip to content

Commit

Permalink
chore: release version 0.2.3
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <[email protected]>
  • Loading branch information
mkroening committed Nov 14, 2024
1 parent fcbbf7d commit 3a82e44
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion edu-sync-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "edu-sync-cli"
version = "0.2.2"
version = "0.2.3"
authors = ["Martin Kröning <[email protected]>"]
edition = "2021"
description = "Moodle synchronization utility (CLI)."
Expand Down
2 changes: 1 addition & 1 deletion edu-sync/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "edu-sync"
version = "0.2.2"
version = "0.2.3"
authors = ["Martin Kröning <[email protected]>"]
edition = "2021"
description = "Moodle synchronization library."
Expand Down
2 changes: 1 addition & 1 deletion edu-ws-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "edu-ws-derive"
version = "0.2.2"
version = "0.2.3"
authors = ["Martin Kröning <[email protected]>"]
edition = "2021"
description = "Proc macros for edu-ws."
Expand Down
2 changes: 1 addition & 1 deletion edu-ws/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "edu-ws"
version = "0.2.2"
version = "0.2.3"
authors = ["Martin Kröning <[email protected]>"]
edition = "2021"
description = "Moodle web service HTTP API wrapper."
Expand Down

0 comments on commit 3a82e44

Please sign in to comment.