Skip to content

Commit 193b530

Browse files
committed
Bump version
1 parent eb31257 commit 193b530

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pwd-sdk",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"description": "PWD sdk",
55
"main": "dist/index.js",
66
"mainReact": "react/index.js",

test-server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const express = require("express");
22
const cors = require("cors");
33
const { createProxyMiddleware } = require("http-proxy-middleware");
4-
const PORT = 4000;
4+
const PORT = 8080;
55

66
const app = express();
77
console.log(__dirname + "/index.html");

0 commit comments

Comments
 (0)