Skip to content

Commit

Permalink
leave beta 'cause semantics
Browse files Browse the repository at this point in the history
  • Loading branch information
vic1707 committed Jan 7, 2024
1 parent 7dc7177 commit 0ce0d43
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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 Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "xprs"
version = "0.0.1-beta3"
version = "0.0.1"
edition = "2021"
authors = ["Victor LEFEBVRE <contact@vic1707.xyz>"]
description = "Xprs is a flexible and extensible mathematical expression parser and evaluator for Rust, designed for simplicity and ease of use."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -14,7 +14,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
xprs = "0.0.1-beta3"
xprs = "0.0.1"
```

or run this command in your terminal:
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -14,7 +14,7 @@
//!
//! ```toml
//! [dependencies]
//! xprs = "0.0.1-beta3"
//! xprs = "0.0.1"
//! ```
//!
//! or run this command in your terminal:
Expand Down

0 comments on commit 0ce0d43

Please sign in to comment.