Skip to content

Commit b7ab4db

Browse files
chore: bump version to 1.0.36 [skip ci]
1 parent 3add030 commit b7ab4db

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.35';
33+
var APP_VERSION = '1.0.36';
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.35",
3+
"version": "1.0.36",
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)