Skip to content

Commit

Permalink
minor update to dependencies, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
PyryM committed Aug 30, 2021
1 parent dd9f8cc commit f6ab466
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/scripts/dev/downloadlibs.t
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/trussapi.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <cstdint> // Needed for uint64_t etc.
#include <cstddef> // Needed for size_t etc.
Expand Down

0 comments on commit f6ab466

Please sign in to comment.