Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Chengchcc committed Dec 11, 2019
1 parent f79f66f commit fa04142
Show file tree
Hide file tree
Showing 6 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,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.1.0",
"version": "0.1.1",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/app-aion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@makkii/app-aion",
"version": "0.1.0",
"version": "0.1.1",
"description": "Aion application client implemented makkii-core.",
"author": "Chengchcc <chen@aion.network>",
"homepage": "https://github.com/chaion/react-native-makkii-core#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-btc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@makkii/app-btc",
"version": "0.1.0",
"version": "0.1.1",
"description": "Bitcoin-like application client implemented makkii-core.",
"author": "Chengchcc <chen@aion.network>",
"homepage": "https://github.com/chaion/react-native-makkii-core#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-eth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@makkii/app-eth",
"version": "0.1.0",
"version": "0.1.1",
"description": "Ethereum application client implemented makkii-core.",
"author": "Chengchcc <chen@aion.network>",
"homepage": "https://github.com/chaion/react-native-makkii-core#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-tron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@makkii/app-tron",
"version": "0.1.0",
"version": "0.1.1",
"description": "Tron application client implemented makkii-core.",
"author": "Chengchcc <chen@aion.network>",
"homepage": "https://github.com/chaion/react-native-makkii-core#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/makkii-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@makkii/makkii-core",
"version": "0.1.0",
"version": "0.1.1",
"description": "Generic interfaces that helping crypto currency wallet manage digital currency.",
"author": "Chengchcc <chen@aion.network>",
"homepage": "https://github.com/chaion/react-native-makkii-core#readme",
Expand Down

0 comments on commit fa04142

Please sign in to comment.