Skip to content

Commit 69df204

Browse files
chore: bump version to 1.0.18 [skip ci]
1 parent a3daa15 commit 69df204

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

editors/desktop-stub.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
(function() {
3131
'use strict';
3232

33-
var APP_VERSION = '1.0.17';
33+
var APP_VERSION = '1.0.18';
3434

3535
// NOTE(victor): sdk-all-min.js and sdk-all.js are code-split chunks from Closure
3636
// Compiler, NOT minified vs unminified. Both must load. The "-min" suffix means

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oo-editors",
3-
"version": "1.0.17",
3+
"version": "1.0.18",
44
"main": "server.js",
55
"scripts": {
66
"start": "bun download-converter.js && bun scripts/build_allfontsgen.js && cross-env FONT_DATA_DIR=assets/onlyoffice-fontdata bun ./scripts/generate_office_fonts.js && cross-env FONT_DATA_DIR=assets/onlyoffice-fontdata bun server.js",

0 commit comments

Comments
 (0)