bump version to 1.0.3

This commit is contained in:
Nguyen Anh Quynh
2021-05-16 21:38:08 +08:00
parent db1b6342a3
commit 2874435d2f
9 changed files with 9 additions and 9 deletions

View File

@ -10,7 +10,7 @@ const UC_API_MAJOR = 1;
UC_VERSION_MAJOR = 1;
UC_VERSION_MINOR = 0;
UC_VERSION_EXTRA = 2;
UC_VERSION_EXTRA = 3;
UC_SECOND_SCALE = 1000000;
UC_MILISECOND_SCALE = 1000;
UC_ARCH_ARM = 1;