Skip to content

Commit e174d60

Browse files
committed
Version bump to 1.0.1
modified: package.json
1 parent 1671dac commit e174d60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "example-single-process",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "An example implementation of an Oddworks server in a single process.",
55
"main": "server.js",
66
"scripts": {
77
"test": "xo && tape test/**/*-test.js | tap-spec",
88
"dev": "nodemon server.js -e js,json",
99
"start": "nf start"
1010
},
11-
"author": "",
11+
"author": "Odd Networks, Inc.",
1212
"license": "Apache-2.0",
1313
"dependencies": {
1414
"@oddnetworks/oddworks": "^2.2.0",

0 commit comments

Comments
 (0)