Skip to content

Commit

Permalink
Update sdk and runtime to 0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
slinkydeveloper committed Aug 23, 2023
1 parent c698302 commit 82cf122
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.1.7
docker run --name restate_dev --rm -p 8081:8081 -p 9091:9091 -p 9090:9090 ghcr.io/restatedev/restate-dist:0.2.0
```
- For Linux:
```shell
docker run --name restate_dev --rm --network=host ghcr.io/restatedev/restate-dist:0.1.7
docker run --name restate_dev --rm --network=host ghcr.io/restatedev/restate-dist:0.2.0
```

### 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": "^1.0.37"
"@restatedev/restate-sdk": "^0.2.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": "^1.0.37",
"@restatedev/restate-sdk": "^0.2.0",
"protobufjs": "^7.2.2",
"ts-proto": "^1.140.0"
},
Expand Down

0 comments on commit 82cf122

Please sign in to comment.