Skip to content

Commit

Permalink
Merge 1f9f24c into 0725685
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonbrad committed Apr 28, 2023
2 parents 0725685 + 1f9f24c commit 48f5b85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions clafrica-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "clafrica-lib"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
description = "This library contains a set of tools to make handling of clafrica code more convenient."
repository = "https://github.com/pythonbrad/clafrica-lib"
repository = "https://github.com/pythonbrad/clafrica"
license = "MIT"
authors = ["Fomegne <fomegnemeudje@outlook.com>"]

Expand Down
4 changes: 2 additions & 2 deletions clafrica/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "clafrica"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
description = "This application allows you to type most of the characters in the african alphabet in any text field."
repository = "https://github.com/pythonbrad/clafrica"
license = "MIT"
readme = "../../README.md"
readme = "../README.md"
authors = ["Fomegne <fomegnemeudje@outlook.com>"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 48f5b85

Please sign in to comment.