This repository was archived by the owner on Feb 12, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 3.5.2
2
+
3
+ > 2021/02/03
4
+
5
+ - Add AddERC20Accounts API
6
+
1
7
## 3.5.1
2
8
3
9
> 2021/01/29
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ include(UseBackportedModules)
12
12
# The project version number.
13
13
set (VERSION_MAJOR 3 CACHE STRING "Project major version number." )
14
14
set (VERSION_MINOR 5 CACHE STRING "Project minor version number." )
15
- set (VERSION_PATCH 1 CACHE STRING "Project patch version number." )
15
+ set (VERSION_PATCH 2 CACHE STRING "Project patch version number." )
16
16
mark_as_advanced (VERSION_MAJOR VERSION_MINOR VERSION_PATCH)
17
17
18
18
set (CMAKE_RUNTIME_OUTPUT_DIRECTORY build )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: 1.0.{build}
2
2
image :
3
3
- Visual Studio 2017
4
4
environment :
5
- LIB_VERSION : 3.5.1 # Hardcode the LIB_VERSION : should be retrieved by building libcore node module and run tests/lib_version.js
5
+ LIB_VERSION : 3.5.2 # Hardcode the LIB_VERSION : should be retrieved by building libcore node module and run tests/lib_version.js
6
6
nodejs_version : " 9"
7
7
appveyor_rdp_password :
8
8
secure : jb1LsDmcxCww7tA38S3xSw==
You can’t perform that action at this time.
0 commit comments