Skip to content

Commit 937b8a2

Browse files
committed
fix(editorApi): bump API version string, missed in #8254
Signed-off-by: Jonas <jonas@freesources.org>
1 parent 2a8e48f commit 937b8a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/editor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { openLink } from './helpers/links.js'
1818
// eslint-disable-next-line import/no-unresolved, n/no-missing-import
1919
import 'vite/modulepreload-polyfill'
2020

21-
const apiVersion = '1.2'
21+
const apiVersion = '1.4'
2222

2323
window.OCA.Text = {
2424
...window.OCA.Text,

0 commit comments

Comments
 (0)