diff --git a/extensions/code-editor.toml b/extensions/code-editor.toml index 7bf8dde..b58b57d 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.5" +version = "1.3.6" 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." diff --git a/extensions/vim-editor.toml b/extensions/vim-editor.toml index da6d46f..b9e82c8 100644 --- a/extensions/vim-editor.toml +++ b/extensions/vim-editor.toml @@ -5,7 +5,7 @@ main = "index.html" name = "Vim Editor" content_type = "SN|Component" area = "editor-editor" -version = "1.3.4" +version = "1.3.5" marketing_url = "https://standardnotes.org/extensions/vim-editor" thumbnail_url = "https://s3.amazonaws.com/standard-notes/screenshots/models/editors/vim.jpg" description = "A code editor with Vim key bindings."