Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Commit 3bbd8c3

Browse files
hzheng-ledgerpollastri-pierre
authored andcommitted
Issue release 3.5.2
1 parent 4373c6f commit 3bbd8c3

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 3.5.2
2+
3+
> 2021/02/03
4+
5+
- Add AddERC20Accounts API
6+
17
## 3.5.1
28

39
> 2021/01/29

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ include(UseBackportedModules)
1212
# The project version number.
1313
set(VERSION_MAJOR 3 CACHE STRING "Project major version number.")
1414
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.")
1616
mark_as_advanced(VERSION_MAJOR VERSION_MINOR VERSION_PATCH)
1717

1818
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY build)

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 1.0.{build}
22
image:
33
- Visual Studio 2017
44
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
66
nodejs_version: "9"
77
appveyor_rdp_password:
88
secure: jb1LsDmcxCww7tA38S3xSw==

0 commit comments

Comments
 (0)