Skip to content

Commit

Permalink
Version 0.33.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nricciardi committed Jul 9, 2024
1 parent abca1cd commit 65a16d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 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.2"
version = "0.33.3"
authors = ["Nicola Ricciardi"]
edition = "2021"
description = "Official NMD CLI and compiler"
Expand Down
7 changes: 1 addition & 6 deletions 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.2-blue.svg)](CHANGELOG.md)
[![Version](https://img.shields.io/badge/version-v0.33.3-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 All @@ -29,7 +29,6 @@ NMD stands for **New MarkDown**, or for friends, *Nicola MarkDown* (if Stephen B
- [HTML](#html)
- [Develop](#develop)
- [NMD Syntax](#nmd-syntax)
- [Known issues](#known-issues)
- [Author](#author)
- [Contributing](#contributing)
- [License](#license)
Expand Down Expand Up @@ -178,10 +177,6 @@ Develop [check list](DEVELOP.md)
> NMD syntax is working in progress yet, you can contribute following [contribution guidelines](CONTRIBUTING.md)!

### Known issues

Embed SVG images is not support.

## Author

Nicola Ricciardi
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.2";
pub const VERSION: &str = "0.33.3";


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

0 comments on commit 65a16d3

Please sign in to comment.