We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f287154 commit ce64f3bCopy full SHA for ce64f3b
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.13.3
2
+
3
+- Fix Docker build to include libsqlite3.so
4
5
## 0.13.2
6
7
- Fix encrypted streaming bug
lib/constants.dart
@@ -1,5 +1,5 @@
// ! S5 node version
-const nodeVersion = '0.13.2';
+const nodeVersion = '0.13.3';
// ! default chunk size for hashes
const defaultChunkSize = 256 * 1024;
pubspec.yaml
@@ -1,7 +1,7 @@
name: s5_server
description: Decentralized content-addressed storage network
publish_to: none
-version: 0.13.2
+version: 0.13.3
environment:
sdk: ^3.0.0
0 commit comments