Skip to content

Commit b0c8a88

Browse files
committed
incremented version number
1 parent b119aff commit b0c8a88

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/services/updates.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const path = require('path');
55
const node_schedule = require('node-schedule');
66
const fetch = require('node-fetch');
77
const Minecraft = require('./minecraft');
8-
const currentVersion = '0.1.1';
8+
const currentVersion = '0.1.2';
99

1010
if (process.argv.find(el => el == '--dev')) {
1111
return;

package-lock.json

Lines changed: 1 addition & 1 deletion
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,6 +1,6 @@
11
{
22
"name": "webmc",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "The web-based Minecraft Bedrock server manager",
55
"main": "app/app.js",
66
"scripts": {

0 commit comments

Comments
 (0)