Skip to content

Commit 3cd0fee

Browse files
committed
CI
1 parent a37d1a3 commit 3cd0fee

5 files changed

Lines changed: 13 additions & 13 deletions

File tree

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ name = "encrypted_upload_test"
7979
path = "examples/encrypted_upload_test.rs"
8080

8181
[workspace.package]
82-
version = "0.5.3"
82+
version = "0.5.4"
8383
edition = "2021"
8484
license = "MIT OR Apache-2.0"
8585
repository = "https://github.com/functionland/fula-api"

packages/fula_client/ios/fula_client.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Pod::Spec.new do |s|
88
s.name = 'fula_client'
9-
s.version = '0.5.3'
9+
s.version = '0.5.4'
1010
s.summary = 'Flutter SDK for Fula decentralized storage'
1111
s.description = <<-DESC
1212
A Flutter plugin providing client-side encryption, metadata privacy,

packages/fula_client/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: fula_client
22
description: Flutter SDK for Fula decentralized storage with client-side encryption, metadata privacy, and secure sharing.
3-
version: 0.5.3
3+
version: 0.5.4
44
homepage: https://fx.land
55
repository: https://github.com/functionland/fula-api
66
issue_tracker: https://github.com/functionland/fula-api/issues

scripts/watch-images-upload.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/usr/bin/env bash
22
# Run on the master, then upload an image from FxFiles. This tails the
3-
# gateway log filtered to lines that pinpoint where Phase 1.2 / v0.5.3
3+
# gateway log filtered to lines that pinpoint where Phase 1.2 / v0.5.4
44
# migration is succeeding or failing for the user's `images` bucket:
55
#
66
# * "Populated/updated bucket_lookup_h" — Phase 1.2 ran (good — appears on first-flush AND on key-rotation flushes)
7-
# * "Populated forest_manifest_cid" — v0.5.3 ran (good — should appear on every Phase 2 root commit)
7+
# * "Populated forest_manifest_cid" — v0.5.4 ran (good — should appear on every Phase 2 root commit)
88
# * "populate_bucket_lookup_h failed"
99
# * "populate_forest_manifest_cid failed"
1010
# * "Failed to flush bucket"

0 commit comments

Comments
 (0)