Skip to content

Commit dae1a3e

Browse files
committed
bump docs to 0.0.9
1 parent 8635f5f commit dae1a3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To make API calls we need to use the `JsonServiceClient`, installed by adding th
3131

3232
```yaml
3333
dependencies:
34-
servicestack: "^0.0.8"
34+
servicestack: "^0.0.9"
3535
```
3636
3737
Saving `pubspec.yaml` in VS Code with the [Dart Code Extension](https://dartcode.org) automatically calls `flutter packages get` to add any new dependencies to your project.
@@ -199,7 +199,7 @@ Then to use `JsonServiceClient` add the `servicestack` dependency to your apps [
199199
dependencies:
200200
flutter:
201201
sdk: flutter
202-
servicestack: "^0.0.8"
202+
servicestack: "^0.0.9"
203203

204204
Saving `pubspec.yaml` automatically runs [flutter packages get](https://flutter.io/using-packages/) to install any new dependencies in your App.
205205

0 commit comments

Comments
 (0)