Skip to content

Commit 67f7a9b

Browse files
authored
Merge pull request #16 from Bilb/fix-windows-msvc-build
chore: bump to 0.4.20
2 parents 4392864 + ca543e6 commit 67f7a9b

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ source venv/bin/activate
5959
pip install git-archive-all
6060
PACKAGE_VERSION=$(cat package.json | grep version | head -1 | awk -F: '{ print $2 }' | sed 's/[", ]//g')
6161
echo $PACKAGE_VERSION
62+
# NOTE: before you build the archive, below check test.yml for the sed command to apply locally. Will be fixed soon :tm:
6263
python3 build_release_archive.py libsession_util_nodejs-v$PACKAGE_VERSION.tar.gz
6364
gh release create v$PACKAGE_VERSION -t v$PACKAGE_VERSION --latest --generate-notes
6465
gh release upload v$PACKAGE_VERSION libsession_util_nodejs-v$PACKAGE_VERSION.tar.gz

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"main": "index.js",
33
"name": "libsession_util_nodejs",
44
"description": "Wrappers for the Session Util Library",
5-
"version": "0.4.19",
5+
"version": "0.4.20",
66
"license": "GPL-3.0",
77
"author": {
88
"name": "Oxen Project",

src/utilities.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
#include <oxenc/hex.h>
44

5+
#include <chrono>
6+
57
#include "session/config/namespaces.hpp"
68

79
namespace session::nodeapi {

0 commit comments

Comments
 (0)