Skip to content

Commit 75cc181

Browse files
committed
fix(version): update sdk and cli versions
1 parent 1dd9aee commit 75cc181

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,7 +1,7 @@
11
{
22
"name": "@apimatic/cli",
33
"description": "The official CLI for APIMatic.",
4-
"version": "1.0.1-alpha.8",
4+
"version": "0.0.0-alpha.1",
55
"author": "APIMatic",
66
"bin": {
77
"apimatic": "./bin/run"
@@ -45,7 +45,7 @@
4545
"lint:fix": "eslint --fix \"src/**/*.{js,ts}\" --quiet"
4646
},
4747
"dependencies": {
48-
"@apimatic/sdk": "^0.0.1-alpha.1",
48+
"@apimatic/sdk": "^0.0.1-alpha.6",
4949
"@oclif/command": "^1.8.0",
5050
"@oclif/config": "^1.17.0",
5151
"@oclif/plugin-autocomplete": "^0.3.0",

0 commit comments

Comments
 (0)