We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06ec94c + 46e9cfe commit 348edd3Copy full SHA for 348edd3
.github/workflows/test.yml
@@ -44,6 +44,10 @@ jobs:
44
uses: microsoft/[email protected]
45
if: runner.os == 'Windows'
46
47
+ # Note: we will be able to get rid of this once the whole tree of submodules has the latest fetch of oxen-logging
48
+ # We'd need oxen-libquic to be updated to have the commit `bc7167f90e71643b43c2ea9cf7d1fefa5045f8d4`, but we don't want to
49
+ # update libquic that late.
50
+ # We will soon, though :tm:
51
- name: sed it
52
53
shell: bash
package.json
@@ -2,7 +2,7 @@
2
"main": "index.js",
3
"name": "libsession_util_nodejs",
4
"description": "Wrappers for the Session Util Library",
5
- "version": "0.4.17",
+ "version": "0.4.18",
6
"license": "GPL-3.0",
7
"author": {
8
"name": "Oxen Project",
0 commit comments