Skip to content

Commit

Permalink
Update to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slinkydeveloper committed Sep 21, 2023
1 parent 95aeb2a commit 7963db7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,11 @@ Have a look at how to start up the runtime in a Docker container in this reposit

- For MacOS:
```shell
docker run --name restate_dev --rm -p 8081:8081 -p 9091:9091 -p 9090:9090 ghcr.io/restatedev/restate-dist:0.2.1
docker run --name restate_dev --rm -p 8081:8081 -p 9091:9091 -p 9090:9090 ghcr.io/restatedev/restate-dist:latest
```
- For Linux:
```shell
docker run --name restate_dev --rm --network=host ghcr.io/restatedev/restate-dist:0.2.1
docker run --name restate_dev --rm --network=host ghcr.io/restatedev/restate-dist:latest
```

### Connect Services and Runtime
Expand Down
2 changes: 1 addition & 1 deletion template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"app-dev": "ts-node-dev --watch ./src --respawn --transpile-only ./src/app.ts"
},
"dependencies": {
"@restatedev/restate-sdk": "^0.2.0"
"@restatedev/restate-sdk": "^0.3.0"
},
"devDependencies": {
"ts-node-dev": "^1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion template_grpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"app-dev": "ts-node-dev --watch ./src --respawn --transpile-only ./src/app.ts"
},
"dependencies": {
"@restatedev/restate-sdk": "^0.2.0",
"@restatedev/restate-sdk": "^0.3.0",
"protobufjs": "^7.2.2",
"ts-proto": "^1.140.0"
},
Expand Down

0 comments on commit 7963db7

Please sign in to comment.