Skip to content

Commit 348edd3

Browse files
authored
Merge pull request #15 from Bilb/bump-for-libquic
chore: bump to 0.4.18 for libquic
2 parents 06ec94c + 46e9cfe commit 348edd3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ jobs:
4444
uses: microsoft/[email protected]
4545
if: runner.os == 'Windows'
4646

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:
4751
- name: sed it
4852
if: runner.os == 'Windows'
4953
shell: bash

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.17",
5+
"version": "0.4.18",
66
"license": "GPL-3.0",
77
"author": {
88
"name": "Oxen Project",

0 commit comments

Comments
 (0)