Skip to content
This repository was archived by the owner on Mar 5, 2021. It is now read-only.

Commit e780e9c

Browse files
committed
Bump to v2.1.0
1 parent 0daa112 commit e780e9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "superpowers",
33
"description": "Superpowers, the HTML5 2D+3D game maker",
4-
"version": "2.0.0",
4+
"version": "2.1.0",
55
"license": "ISC",
66
"main": "./server/index.js",
77
"repository": {

Diff for: server/commands/update.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export default function update(systemId: string, pluginFullName: string) {
103103
function updateCore(downloadURL: string) {
104104
console.log("Updating the server...");
105105

106-
const corePath = path.resolve( `${__dirname}/../..`);
106+
const corePath = path.resolve(`${__dirname}/../..`);
107107
const newCorePath = path.resolve(`${__dirname}/../../../core.new`);
108108

109109
utils.downloadRelease(downloadURL, newCorePath, (err) => {

0 commit comments

Comments
 (0)