1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-16 00:14:34 +02:00

Tools: Set version to 1.4

This commit is contained in:
Laurent Cozic
2020-11-05 17:41:25 +00:00
parent 0d7ca97556
commit c53cd52b4d
6 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
const fs = require('fs-extra');
const path = require('path');
const rootDir = path.dirname(__dirname);
const rootDir = path.dirname(path.dirname(__dirname));
async function updatePackageVersion(packageFilePath, majorMinorVersion) {
const contentText = await fs.readFile(packageFilePath, 'utf8');