Skip to content

Commit

Permalink
Publish (#679)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xGabi authored Aug 1, 2019
1 parent b24e28b commit acbfdfb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/aragon-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aragon/cli",
"version": "6.1.1",
"version": "6.2.0",
"description": "Aragon command-line tools",
"main": "dist/cli.js",
"bin": {
Expand Down Expand Up @@ -46,7 +46,7 @@
"@aragon/apm": "^3.1.0",
"@aragon/apps-shared-minime": "^1.0.1",
"@aragon/aragen": "^5.0.0",
"@aragon/cli-utils": "^0.0.6",
"@aragon/cli-utils": "^0.0.7",
"@aragon/os": "^4.0.0",
"@aragon/wrapper": "5.0.0-rc.9",
"ajv": "^6.6.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aragon/cli-utils",
"version": "0.0.6",
"version": "0.0.7",
"description": "Common building blocks for CLI tools",
"main": "",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-aragon-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-aragon-app",
"version": "2.2.12",
"version": "2.2.13",
"description": "Aragon command-line tool to create aragon apps",
"main": "dist/cli.js",
"bin": {
Expand Down

0 comments on commit acbfdfb

Please sign in to comment.