Skip to content

Commit 27f2e9e

Browse files
committed
Fix version
1 parent eca7db6 commit 27f2e9e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nmd"
3-
version = "1.3.0"
3+
version = "1.4.0"
44
authors = ["Nicola Ricciardi"]
55
edition = "2021"
66
description = "Official NMD CLI and compiler"
@@ -35,8 +35,7 @@ url = "2.5.0"
3535
tokio = { version = "1", features = ["full"] }
3636
warp = "0.3"
3737
chrono = "0.4.38"
38-
# nmd-core = "0.40.0"
39-
nmd-core = { path = "../nmd-core"}
38+
nmd-core = "0.41.0"
4039

4140

4241
[profile.profiling]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
[![License](https://img.shields.io/badge/license-GPL3-green.svg)](LICENSE)
5-
[![Version](https://img.shields.io/badge/version-v1.3.0-blue.svg)](CHANGELOG.md)
5+
[![Version](https://img.shields.io/badge/version-v1.4.0-blue.svg)](CHANGELOG.md)
66

77
# New MarkDown
88

0 commit comments

Comments
 (0)