Skip to content

Commit 8d61a8f

Browse files
authored
Merge pull request #33 from getditto/cx-543-release-101
Feature: Release Build
2 parents a03d213 + 69ab977 commit 8d61a8f

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 2.0.0
2+
- Updated to Ditto SDK 4.12.1
3+
- Added new features:
4+
- Query Editor
5+
- System Settings
6+
- Peer Sync Status
7+
- Disk Usage
8+
9+
See README.md for implementation details.
10+
111
## 1.0.0
212

313
Updates to use the GA release of the Ditto SDK

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ packages:
135135
path: ".."
136136
relative: true
137137
source: path
138-
version: "1.0.0"
138+
version: "2.0.0"
139139
ditto_live:
140140
dependency: "direct main"
141141
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: ditto_flutter_tools
22
description: "Diagnostic and Debugging Tools for Ditto in Flutter"
3-
version: 1.0.0
3+
version: 2.0.0
44
homepage: "https://ditto.live"
55
repository: https://github.com/getditto/ditto_flutter_tools
66

0 commit comments

Comments
 (0)