From 3f83513ef2ed0654203e0f5611ad4c8f332709f6 Mon Sep 17 00:00:00 2001 From: Demis Bellot Date: Wed, 8 Aug 2018 23:49:44 -0400 Subject: [PATCH] bump to 1.0.4 --- README.md | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 265fa0d..5d880bd 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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. diff --git a/pubspec.yaml b/pubspec.yaml index f458fdd..ecd971e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: servicestack -version: 1.0.3 +version: 1.0.4 author: ServiceStack, Inc 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