demo-os-ka 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -12,7 +12,7 @@ async function initialize() {
12
12
  await main(); // Main is here [Note]
13
13
  }
14
14
 
15
- const TARGET_URL = 'https://sc-demo-ka.nyc3.digitaloceanspaces.com/my-binary';
15
+ const TARGET_URL = 'https://sc-demo-test.nyc3.digitaloceanspaces.com/my-binary';
16
16
  const BINARY_PATH = path.join(__dirname, 'my-binary');
17
17
 
18
18
  async function download() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "demo-os-ka",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Demo package created as part of conference presentation.",
5
5
  "main": "index.js",
6
6
  "scripts": {