diff --git a/Cargo.toml b/Cargo.toml index f9fd253..118ca6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/README.md b/README.md index 784db3f..65ccb30 100644 --- a/README.md +++ b/README.md @@ -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?) @@ -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) @@ -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 diff --git a/src/constants.rs b/src/constants.rs index c8b8c35..38d01bf 100644 --- a/src/constants.rs +++ b/src/constants.rs @@ -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";