Skip to content

Commit 3f83513

Browse files
committed
bump to 1.0.4
1 parent 1113c69 commit 3f83513

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To make API calls we need to use the `JsonServiceClient`, installed by adding th
2929

3030
```yaml
3131
dependencies:
32-
servicestack: ^1.0.3
32+
servicestack: ^1.0.4
3333
```
3434
3535
Saving `pubspec.yaml` in VS Code with the [Dart Code Extension](https://dartcode.org) automatically calls `pub get` or `flutter packages get` (in Flutter projects) to add any new dependencies to your project.
@@ -183,7 +183,7 @@ Then to use `JsonServiceClient` add the `servicestack` dependency to your apps [
183183

184184
```yaml
185185
dependencies:
186-
servicestack: ^1.0.3
186+
servicestack: ^1.0.4
187187
```
188188

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

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: servicestack
2-
version: 1.0.3
2+
version: 1.0.4
33
author: ServiceStack, Inc <[email protected]>
44
description: ServiceStack's convenience utils for developing Dart VM and flutter apps. Integrates with ServiceStack's Server features including ServiceClient, Error Handling and Validation
55
homepage: https://github.com/ServiceStack/servicestack-dart

0 commit comments

Comments
 (0)