Skip to content

Commit 8725bb9

Browse files
committed
chore: bump to 0.4.20
1 parent 4392864 commit 8725bb9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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",

0 commit comments

Comments
 (0)