Skip to content

Commit

Permalink
v0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
saboonikhil committed Aug 24, 2022
1 parent 768f448 commit 43ae5c5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"packages/type-defs",
"packages/types"
],
"version": "0.7.3",
"version": "0.7.4",
"npmClient": "yarn",
"useWorkspaces": true,
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zeitgeistpm/cli",
"version": "0.7.3",
"version": "0.7.4",
"description": "Commandline tool for the Zeitgeist prediction market.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -15,7 +15,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@zeitgeistpm/sdk": "^0.7.3",
"@zeitgeistpm/sdk": "^0.7.4",
"commander": "^7.2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zeitgeistpm/sdk",
"version": "0.7.3",
"version": "0.7.4",
"description": "Zeitgeist network javascript library.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 43ae5c5

Please sign in to comment.