FIX: Correct logo

This commit is contained in:
Nicolás Hatcher
2024-02-17 18:05:59 +01:00
parent 4e614ebee8
commit 7091c6372a
4 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@@ -189,7 +189,7 @@ dependencies = [
[[package]]
name = "ironcalc"
version = "0.1.1"
version = "0.1.2"
dependencies = [
"chrono",
"ironcalc_base",

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

@@ -1,6 +1,6 @@
[package]
name = "ironcalc"
version = "0.1.1"
version = "0.1.2"
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.1"}
//! ironcalc = { git = "https://github.com/ironcalc/IronCalc", version = "0.1.2"}
//! ```
//!
//! <small> until version 0.5.0 you should use the git dependencies as stated </small>