Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
chore: update sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEdward162 committed Feb 11, 2021
1 parent 7f035af commit 279cdbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fixtures/playgrounds/pub-hours/superface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "playground",
"private": true,
"dependencies": {
"@superfaceai/sdk": "0.0.9-beta.1"
"@superfaceai/sdk": "0.0.9-beta.2"
},
"devDependencies": {
"@types/node": "^14",
Expand Down
2 changes: 1 addition & 1 deletion src/templates/playground.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export function packageJson(): string {
"name": "playground",
"private": true,
"dependencies": {
"@superfaceai/sdk": "0.0.9-beta.1"
"@superfaceai/sdk": "0.0.9-beta.2"
},
"devDependencies": {
"@types/node": "^14",
Expand Down

0 comments on commit 279cdbc

Please sign in to comment.