diff --git a/dist/scripts/dev/downloadlibs.t b/dist/scripts/dev/downloadlibs.t index a82b9e9c..fd71a044 100644 --- a/dist/scripts/dev/downloadlibs.t +++ b/dist/scripts/dev/downloadlibs.t @@ -3,7 +3,7 @@ -- (mainly useful for CI situations, since you can use -- truss itself to run this) -local LIB_URL_PATH = "https://github.com/PyryM/trusslibs/releases/download/v0.0.2/" +local LIB_URL_PATH = "https://github.com/PyryM/trusslibs/releases/download/v0.0.3/" local ZIP_NAMES = { Windows = "trusslibs_windows-latest.zip", Linux = "trusslibs_ubuntu-latest.zip" diff --git a/src/trussapi.h b/src/trussapi.h index 3e0055be..30229a7c 100644 --- a/src/trussapi.h +++ b/src/trussapi.h @@ -6,7 +6,7 @@ #ifndef TRUSSAPI_H_HEADER_GUARD #define TRUSSAPI_H_HEADER_GUARD -#define TRUSS_VERSION_STRING "0.2.0" +#define TRUSS_VERSION_STRING "0.2.1" #include // Needed for uint64_t etc. #include // Needed for size_t etc.