diff --git a/MermaidEditor/Properties/AssemblyInfo.cs b/MermaidEditor/Properties/AssemblyInfo.cs index c59e1bf..747a57a 100644 --- a/MermaidEditor/Properties/AssemblyInfo.cs +++ b/MermaidEditor/Properties/AssemblyInfo.cs @@ -29,5 +29,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("11.2.1.0")] -[assembly: AssemblyFileVersion("11.2.1.0")] +[assembly: AssemblyVersion("11.3.0.0")] +[assembly: AssemblyFileVersion("11.3.0.0")] diff --git a/MermaidEditor/source.extension.vsixmanifest b/MermaidEditor/source.extension.vsixmanifest index c935a5d..6cbd5ea 100644 --- a/MermaidEditor/source.extension.vsixmanifest +++ b/MermaidEditor/source.extension.vsixmanifest @@ -1,7 +1,7 @@ - + Mermaid editor for Visual Studio A very simple editor for Mermaid files(*.mmd, *.mermaid). It offers live preview, syntax highlighting and generates diagrams in *.svg and *.png formats. https://github.com/NeVeSpl/MermaidEditorForVisualStudio