Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

Commit 80c87c0

Browse files
committed
Update version to 0.5.2
1 parent ec51639 commit 80c87c0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-comit-app",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": " Set up a local development environment for COMIT apps with one command.",
55
"main": "cca.js",
66
"scripts": {

new_project/examples/btc_eth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"license": "ISC",
1515
"devDependencies": {
1616
"@types/readline-sync": "^1.4.3",
17-
"create-comit-app": "^0.5.1",
17+
"create-comit-app": "^0.5.2",
1818
"jest": "^24.9.0",
1919
"prettier": "^1.19.1",
2020
"ts-node": "^8.5.4",

new_project/examples/erc20_btc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"license": "ISC",
1515
"devDependencies": {
1616
"@types/readline-sync": "^1.4.3",
17-
"create-comit-app": "^0.5.1",
17+
"create-comit-app": "^0.5.2",
1818
"prettier": "^1.19.1",
1919
"ts-node": "^8.5.4",
2020
"tslint": "^5.20.1",

new_project/examples/separate_apps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"license": "ISC",
1616
"devDependencies": {
1717
"@types/readline-sync": "^1.4.3",
18-
"create-comit-app": "^0.5.1",
18+
"create-comit-app": "^0.5.2",
1919
"prettier": "^1.19.1",
2020
"ts-node": "^8.5.4",
2121
"tslint": "^5.20.1",

new_project/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"readline-sync": "^1.4.10"
1414
},
1515
"devDependencies": {
16-
"create-comit-app": "^0.5.1"
16+
"create-comit-app": "^0.5.2"
1717
}
1818
}

0 commit comments

Comments
 (0)