Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
v0.1.13-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zone117x committed Sep 16, 2019
1 parent f70cf40 commit 9447b27
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.1.13-alpha.3"
"version": "0.1.13-alpha.4"
}
4 changes: 2 additions & 2 deletions packages/clarity-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockstack/clarity-cli",
"version": "0.1.13-alpha.3",
"version": "0.1.13-alpha.4",
"description": "The Clarity CLI is used to manage Clarity smart contracts from the command line.",
"author": "Blockstack <[email protected]> (https://blockstack.com/)",
"license": "MIT",
Expand Down Expand Up @@ -56,7 +56,7 @@
"@oclif/config": "^1.13.0",
"@oclif/plugin-help": "^2.1.6",
"fs-extra": "^8.0.1",
"generator-clarity-dev": "^0.1.13-alpha.3",
"generator-clarity-dev": "^0.1.13-alpha.4",
"tslib": "^1.9.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/create-clarity-dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-clarity-dev",
"version": "0.1.13-alpha.3",
"version": "0.1.13-alpha.4",
"description": "An npm initializer to setup a Clarity development environment",
"author": "Blockstack <[email protected]> (https://blockstack.com/)",
"license": "MIT",
Expand Down Expand Up @@ -39,7 +39,7 @@
"/cmd"
],
"dependencies": {
"generator-clarity-dev": "^0.1.13-alpha.3"
"generator-clarity-dev": "^0.1.13-alpha.4"
},
"devDependencies": {
"@types/chai": "^4.1.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/generator-clarity-dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-clarity-dev",
"version": "0.1.13-alpha.3",
"version": "0.1.13-alpha.4",
"description": "Yeoman generator to setup a Clarity development environment",
"author": "Blockstack <[email protected]> (https://blockstack.com/)",
"license": "MIT",
Expand Down

0 comments on commit 9447b27

Please sign in to comment.