Prepare release

This commit is contained in:
Neil Booth 2016-11-06 09:27:25 +09:00
parent c26bc43a00
commit 42b0e32f63
3 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
Version 0.2
-----------
- update sample run script, remove empty addresses from mempool
Version 0.1
------------

View File

@ -1,3 +1,3 @@
#!/bin/sh
j#!/bin/sh
echo "Launching ElectrumX server..."
exec 2>&1 envdir ./env /bin/sh -c 'envuidgid $USERNAME python3 $SERVER_MAIN'
exec 2>&1 envdir ./env /bin/sh -c 'envuidgid $USERNAME python3 $ELECTRUMX'

View File

@ -1 +1 @@
VERSION = "ElectrumX 0.1"
VERSION = "ElectrumX 0.2"