Skip to content

Commit 88dcb07

Browse files
committed
V0.34.0
1 parent 9c02cfd commit 88dcb07

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nmd"
3-
version = "0.33.3"
3+
version = "0.34.0"
44
authors = ["Nicola Ricciardi"]
55
edition = "2021"
66
description = "Official NMD CLI and compiler"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
**New way to write in markdown**
66

77
[![License](https://img.shields.io/badge/license-GPL3-green.svg)](LICENSE)
8-
[![Version](https://img.shields.io/badge/version-v0.33.3-blue.svg)](CHANGELOG.md)
8+
[![Version](https://img.shields.io/badge/version-v0.34.0-blue.svg)](CHANGELOG.md)
99

1010
NMD stands for **New MarkDown**, or for friends, *Nicola MarkDown* (if Stephen Bourne can name a shell, why can't I name mine NMD?)
1111

src/constants.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
/// NMD version
3-
pub const VERSION: &str = "0.33.3";
3+
pub const VERSION: &str = "0.34.0";
44

55

66
pub const DOSSIER_CONFIGURATION_YAML_FILE_NAME: &str = "nmd.yml";

0 commit comments

Comments
 (0)