Skip to content

Commit 2bbaf34

Browse files
committed
changed version to v0.0.2
1 parent 3b5538b commit 2bbaf34

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="node12-linux-x64,node12-macos-x64,node12-win-x64"
44
#targets="node12-macos-x64"
55
#targets="node12-linux-armv7"
66

7-
version="v0.0.1"
7+
version="v0.0.2"
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.1",
3+
"version": "0.0.2",
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
@@ -13,7 +13,7 @@ export class AppSettings {
1313
private static _settings: Configuration;
1414
private static _appPath: string;
1515

16-
public static readonly version = '0.0.1';
16+
public static readonly version = '0.0.2';
1717

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

0 commit comments

Comments
 (0)