Skip to content

Commit

Permalink
V0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nricciardi committed Jul 11, 2024
1 parent 9c02cfd commit 88dcb07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nmd"
version = "0.33.3"
version = "0.34.0"
authors = ["Nicola Ricciardi"]
edition = "2021"
description = "Official NMD CLI and compiler"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
**New way to write in markdown**

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

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

Expand Down
2 changes: 1 addition & 1 deletion src/constants.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/// NMD version
pub const VERSION: &str = "0.33.3";
pub const VERSION: &str = "0.34.0";


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

0 comments on commit 88dcb07

Please sign in to comment.