Skip to content

Commit bf249b8

Browse files
minsulee2Dongil Seo
authored andcommitted
Version up
1 parent c05e660 commit bf249b8

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Official Javascript implementation of AI Network Blockchain.
1313

1414
- v16.x
1515
- v14.x
16-
- v12.x (will be deprecated)
1716

1817
## Tracker
1918

client/protocol_versions.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,22 @@
6060
"max": "0.8"
6161
},
6262
"0.9.0": {
63-
"min": "0.9.0"
63+
"min": "0.9.0",
64+
"max": "0.9"
6465
},
6566
"0.9.1": {
66-
"min": "0.9.0"
67+
"min": "0.9.0",
68+
"max": "0.9"
6769
},
6870
"0.9.2": {
69-
"min": "0.9.0"
71+
"min": "0.9.0",
72+
"max": "0.9"
7073
},
7174
"0.9.3": {
72-
"min": "0.9.0"
75+
"min": "0.9.0",
76+
"max": "0.9"
77+
},
78+
"1.0.0": {
79+
"min": "1.0.0"
7380
}
7481
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ain-blockchain",
33
"description": "AI Network Blockchain",
4-
"version": "0.9.3",
4+
"version": "1.0.0",
55
"private": true,
66
"license": "MIT",
77
"author": "dev@ainetwork.ai",

0 commit comments

Comments
 (0)