Skip to content

Commit f7a0253

Browse files
committed
updated version
1 parent 88db1dc commit f7a0253

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/usr/bin/env bash
22

3-
targets="node10-linux-x64,node10-macos-x64,node10-win-x64"
3+
targets="node12-linux-x64,node12-macos-x64,node12-win-x64"
44
#targets="node12-macos-x64"
55
#targets="node12-linux-armv7"
66

7-
version="v0.1.0"
7+
version="v0.1.1"
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.1.0",
3+
"version": "0.1.1",
44
"description": "Easy backup script for webspaces",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)