mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
fix(core): wrong editor version number (#9403)
This commit is contained in:
@@ -39,7 +39,8 @@ export function getBuildConfig(
|
||||
appBuildType: 'stable' as const,
|
||||
serverUrlPrefix: 'https://app.affine.pro',
|
||||
appVersion: pkg.version,
|
||||
editorVersion: pkg.dependencies['@blocksuite/affine'],
|
||||
// editorVersion: pkg.dependencies['@blocksuite/affine'],
|
||||
editorVersion: pkg.version,
|
||||
githubUrl: 'https://github.com/toeverything/AFFiNE',
|
||||
changelogUrl: 'https://affine.pro/what-is-new',
|
||||
downloadUrl: 'https://affine.pro/download',
|
||||
|
||||
Reference in New Issue
Block a user