We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88db1dc commit f7a0253Copy full SHA for f7a0253
build.sh
@@ -1,10 +1,10 @@
1
#!/usr/bin/env bash
2
3
-targets="node10-linux-x64,node10-macos-x64,node10-win-x64"
+targets="node12-linux-x64,node12-macos-x64,node12-win-x64"
4
#targets="node12-macos-x64"
5
#targets="node12-linux-armv7"
6
7
-version="v0.1.0"
+version="v0.1.1"
8
9
echo "prebuild..."
10
npm run prestart
package.json
@@ -1,6 +1,6 @@
{
"name": "webspace-backup",
- "version": "0.1.0",
+ "version": "0.1.1",
"description": "Easy backup script for webspaces",
"main": "index.js",
"scripts": {
0 commit comments