UPDATE: bump version and see what happens :/

This commit is contained in:
Nicolás Hatcher
2024-02-18 23:08:34 +01:00
parent 3a5ef8a0fc
commit c84621e13f
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "ironcalc"
version = "0.1.2"
version = "0.1.3"
authors = ["Nicolás Hatcher <nicolas@theuniverse.today>"]
edition = "2021"
homepage = "https://www.ironcalc.com"

View File

@@ -9,7 +9,7 @@
//!
//! ```toml
//! [dependencies]
//! ironcalc = { git = "https://github.com/ironcalc/IronCalc", version = "0.1.2"}
//! ironcalc = { git = "https://github.com/ironcalc/IronCalc", version = "0.1"}
//! ```
//!
//! <small> until version 0.5.0 you should use the git dependencies as stated </small>