Skip to content

Commit

Permalink
chore: Bump package.json version to 0.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
necipsagiro committed Jun 30, 2024
1 parent d81233c commit 52682d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "klein-server-listener",
"version": "0.0.22",
"version": "0.0.23",
"description": "",
"main": "app.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions utils/keepPreUpgradeScriptUpToDate.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ module.exports = () => {
return logger.error(err);

fetch(`https://raw.githubusercontent.com/node101-io/klein-scripts-v1/main/${klein_node_route.trim()}/pre-upgrade.sh`)
.then(pre_upgrade_script => pre_upgrade_script.text())
.then(pre_upgrade_script => {
fs.writeFile(PRE_UPGRADE_SCRIPT_FILE_PATH, pre_upgrade_script, err => {
if (err)
Expand Down

0 comments on commit 52682d7

Please sign in to comment.