diff --git a/extensions/advanced-markdown-editor.toml b/extensions/advanced-markdown-editor.toml index 3ad70ac..a68d242 100644 --- a/extensions/advanced-markdown-editor.toml +++ b/extensions/advanced-markdown-editor.toml @@ -5,7 +5,7 @@ main = "index.html" name = "Advanced Markdown Editor" content_type = "SN|Component" area = "editor-editor" -version = "1.4.2" +version = "1.5.0" marketing_url = "https://standardnotes.org/extensions/advanced-markdown" thumbnail_url = "https://s3.amazonaws.com/standard-notes/screenshots/models/editors/adv-markdown.jpg" description = "A fully featured Markdown editor that supports live preview, a styling toolbar, and split pane support." diff --git a/extensions/code-editor.toml b/extensions/code-editor.toml index 7e67083..45dba70 100644 --- a/extensions/code-editor.toml +++ b/extensions/code-editor.toml @@ -5,7 +5,7 @@ main = "index.html" name = "Code Editor" content_type = "SN|Component" area = "editor-editor" -version = "1.3.11" +version = "1.3.12" marketing_url = "https://standardnotes.org/extensions/code-editor" thumbnail_url = "https://s3.amazonaws.com/standard-notes/screenshots/models/editors/code.jpg" description = "Syntax highlighting and convenient keyboard shortcuts for over 120 programming languages. Ideal for code snippets and procedures."