Skip to content

Commit

Permalink
bump to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Aug 9, 2018
1 parent 1113c69 commit 3f83513
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ To make API calls we need to use the `JsonServiceClient`, installed by adding th

```yaml
dependencies:
servicestack: ^1.0.3
servicestack: ^1.0.4
```
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.
Expand Down Expand Up @@ -183,7 +183,7 @@ Then to use `JsonServiceClient` add the `servicestack` dependency to your apps [

```yaml
dependencies:
servicestack: ^1.0.3
servicestack: ^1.0.4
```

Saving `pubspec.yaml` automatically runs [flutter packages get](https://flutter.io/using-packages/) to install any new dependencies in your App.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: servicestack
version: 1.0.3
version: 1.0.4
author: ServiceStack, Inc <[email protected]>
description: ServiceStack's convenience utils for developing Dart VM and flutter apps. Integrates with ServiceStack's Server features including ServiceClient, Error Handling and Validation
homepage: https://github.com/ServiceStack/servicestack-dart
Expand Down

0 comments on commit 3f83513

Please sign in to comment.