Skip to content

Commit ce64f3b

Browse files
committed
v0.13.3
1 parent f287154 commit ce64f3b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.13.3
2+
3+
- Fix Docker build to include libsqlite3.so
4+
15
## 0.13.2
26

37
- Fix encrypted streaming bug

lib/constants.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ! S5 node version
2-
const nodeVersion = '0.13.2';
2+
const nodeVersion = '0.13.3';
33

44
// ! default chunk size for hashes
55
const defaultChunkSize = 256 * 1024;

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: s5_server
22
description: Decentralized content-addressed storage network
33
publish_to: none
4-
version: 0.13.2
4+
version: 0.13.3
55

66
environment:
77
sdk: ^3.0.0

0 commit comments

Comments
 (0)