mojo/syncbase: Fix the .mojom file and publish 0.0.10
As title
Change-Id: If40fe9a51155e5a6a3aaa1d8bc3c1c244dd1acd5
diff --git a/mojom/syncbase.mojom b/mojom/syncbase.mojom
index 793a5d9..d8e56ca 100644
--- a/mojom/syncbase.mojom
+++ b/mojom/syncbase.mojom
@@ -32,7 +32,7 @@
struct TableRow {
string table_name;
- string row_prefix;
+ string row;
};
struct SyncgroupSpec {
diff --git a/pubspec.yaml b/pubspec.yaml
index d17f3a0..f77794f 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -2,7 +2,7 @@
description: Syncbase is a storage system for developers that makes it easy to synchronize app data between devices. It works even when devices are not connected to the Internet.
homepage: https://github.com/vanadium/mojo.syncbase
name: syncbase
-version: 0.0.9
+version: 0.0.10
dependencies:
mojo: '>=0.3.0 <0.4.0'
dev_dependencies: