Skip to content

Commit

Permalink
fix(version): Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienrousseau committed Jan 1, 2023
1 parent e0d482a commit c22c313
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
[Request Feature][3]
[Contributing Guidelines][4]**

## Welcome to the Mini Functions Library for Rust 👋 (v0.0.1)
## Welcome to the Mini Functions Library for Rust 👋 (v0.0.2)

Mini Functions defines a base layer of functionality for writing Rust
applications. It provides a set of functions that can be used in your
Expand Down Expand Up @@ -60,7 +60,7 @@ in alphabetical order in the following tables.
| Function | Include File | Function Prototype | Description |
| -------- | ------------ | ------------------ | ----------- |
| `Log::new()` | `log.rs` | `fn new()` | Creates a new log instance. |
| `Log::log()` | `log.rs` | `fn log()` | Logs a message to the console. |
| `Log::log()` | `log.rs` | `fn log()` | Logs a message to the console.|

![divider][divider]

Expand Down

0 comments on commit c22c313

Please sign in to comment.