Skip to content

Commit f126840

Browse files
committed
changed version to v0.1.0
1 parent cc62498 commit f126840

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ targets="node10-linux-x64,node10-macos-x64,node10-win-x64"
44
#targets="node12-macos-x64"
55
#targets="node12-linux-armv7"
66

7-
version="v0.0.4"
7+
version="v0.1.0"
88

99
echo "prebuild..."
1010
npm run prestart

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webspace-backup",
3-
"version": "0.0.4",
3+
"version": "0.1.0",
44
"description": "Easy backup script for webspaces",
55
"main": "index.js",
66
"scripts": {

src/app-settings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export class AppSettings {
1414
private static _settings: Configuration;
1515
private static _appPath: string;
1616

17-
public static readonly version = '0.0.4';
17+
public static readonly version = '0.1.0';
1818

1919
public static init(environment: 'development' | 'production') {
2020
if (environment === 'development') {

0 commit comments

Comments
 (0)