v0.1.51: Temporary fix to GUN failures by adding wait:2000

This commit is contained in:
Mitra Ardron 2019-06-18 12:59:56 +10:00
parent 569f0722c7
commit 728c611846
3 changed files with 3 additions and 2 deletions

View File

@ -126,6 +126,7 @@ See [Dweb document index](./DOCUMENTINDEX.md) for a list of the repos that make
### Release Notes
* 0.1.51: Temporary fix to GUN failures by adding wait:2000
* 0.1.50: Update to GUN's new bizarre version numbering.
* 0.1.49: Disable WOLK - currently failing
* 0.1.48: Support for noCache

File diff suppressed because one or more lines are too long

View File

@ -53,5 +53,5 @@
"test": "cd src; node ./test.js",
"help": "echo 'test (test it)'; echo 'build (creates dweb-transports-bundle)'"
},
"version": "0.1.50"
"version": "0.1.51"
}