Skip to content

Commit 891b8ee

Browse files
committed
infra: bump version to 2.10.2
1 parent 894df9d commit 891b8ee

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

build/bump_version.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const updateVersion = (version) => {
2222
packageData.version = versionString
2323
fs.writeFileSync(packagePath, JSON.stringify(packageData, null, 2))
2424
console.log(`✅ updated package.json`)
25+
2526
console.log(`\nNow please:`)
2627
console.log(`🔲 Update package-lock.json accordingly`)
2728
console.log(`🔲 Stage these changes; commit: git commit -m "infra: bump version to ${versionString}"`)

js/Version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
var version = {title: "TiddlyWiki", major: 2, minor: 10, revision: 1, date: new Date("February 5, 2024"), extensions: {}};
1+
var version = {title: "TiddlyWiki", major: 2, minor: 10, revision: 2, date: new Date("December 15, 2024"), extensions: {}};

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.10.1",
2+
"version": "2.10.2",
33
"repository": {
44
"type": "git",
55
"url": "https://github.com/TiddlyWiki/TiddlyWiki.git"

0 commit comments

Comments
 (0)