Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Commit f42b1a0

Browse files
committed
v0.1.0
1 parent 3f7aacd commit f42b1a0

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

cli/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $ npm install -g @tunl/cli
1919
$ tunneler COMMAND
2020
running command...
2121
$ tunneler (-v|--version|version)
22-
@tunl/cli/0.0.0-build1 darwin-x64 node-v16.4.2
22+
@tunl/cli/0.1.0 darwin-x64 node-v16.4.2
2323
$ tunneler --help [COMMAND]
2424
USAGE
2525
$ tunneler COMMAND
@@ -44,7 +44,7 @@ EXAMPLE
4444
$ tunneler consume 8080 8081 base64_connection_param==
4545
```
4646

47-
_See code: [src/commands/consume.ts](https://github.com/0x77dev/tunneler/blob/v0.0.0-build1/src/commands/consume.ts)_
47+
_See code: [src/commands/consume.ts](https://github.com/0x77dev/tunneler/blob/v0.1.0/src/commands/consume.ts)_
4848

4949
## `tunneler handle [PORT]`
5050

@@ -58,7 +58,7 @@ EXAMPLE
5858
$ tunneler handle 8080
5959
```
6060

61-
_See code: [src/commands/handle.ts](https://github.com/0x77dev/tunneler/blob/v0.0.0-build1/src/commands/handle.ts)_
61+
_See code: [src/commands/handle.ts](https://github.com/0x77dev/tunneler/blob/v0.1.0/src/commands/handle.ts)_
6262

6363
## `tunneler help [COMMAND]`
6464

cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@oclif/command": "^1",
1010
"@oclif/config": "^1",
1111
"@oclif/plugin-help": "^3",
12-
"@tunl/lib": "^0.0.0-build1",
12+
"@tunl/lib": "^0.1.0",
1313
"tslib": "^1"
1414
},
1515
"description": "Tunneler CLI",
@@ -51,5 +51,5 @@
5151
"version": "oclif-dev readme && git add README.md"
5252
},
5353
"types": "lib/index.d.ts",
54-
"version": "0.0.0-build1"
54+
"version": "0.1.0"
5555
}

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages": [
44
"./*"
55
],
6-
"version": "0.0.0"
6+
"version": "0.1.0"
77
}

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@
4040
"test": "jest"
4141
},
4242
"types": "dist/index.d.ts",
43-
"version": "0.0.0-build1"
43+
"version": "0.1.0"
4444
}

relay/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tunl/relay",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Tunneler relay server for libp2p",
55
"main": "run.bash",
66
"repository": "https://github.com/0x77dev/tunneler.git",

0 commit comments

Comments
 (0)