Skip to content

Commit

Permalink
infra: bump version to 2.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
YakovL committed Dec 15, 2024
1 parent 894df9d commit 891b8ee
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions build/bump_version.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const updateVersion = (version) => {
packageData.version = versionString
fs.writeFileSync(packagePath, JSON.stringify(packageData, null, 2))
console.log(`✅ updated package.json`)

console.log(`\nNow please:`)
console.log(`🔲 Update package-lock.json accordingly`)
console.log(`🔲 Stage these changes; commit: git commit -m "infra: bump version to ${versionString}"`)
Expand Down
2 changes: 1 addition & 1 deletion js/Version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
var version = {title: "TiddlyWiki", major: 2, minor: 10, revision: 1, date: new Date("February 5, 2024"), extensions: {}};
var version = {title: "TiddlyWiki", major: 2, minor: 10, revision: 2, date: new Date("December 15, 2024"), extensions: {}};
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.10.1",
"version": "2.10.2",
"repository": {
"type": "git",
"url": "https://github.com/TiddlyWiki/TiddlyWiki.git"
Expand Down

0 comments on commit 891b8ee

Please sign in to comment.