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

Commit

Permalink
Bump to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elisee committed Aug 28, 2016
1 parent 0daa112 commit e780e9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "superpowers",
"description": "Superpowers, the HTML5 2D+3D game maker",
"version": "2.0.0",
"version": "2.1.0",
"license": "ISC",
"main": "./server/index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion server/commands/update.ts
Expand Up @@ -103,7 +103,7 @@ export default function update(systemId: string, pluginFullName: string) {
function updateCore(downloadURL: string) {
console.log("Updating the server...");

const corePath = path.resolve( `${__dirname}/../..`);
const corePath = path.resolve(`${__dirname}/../..`);
const newCorePath = path.resolve(`${__dirname}/../../../core.new`);

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

0 comments on commit e780e9c

Please sign in to comment.