Skip to content

Commit

Permalink
Publish version 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Seven Du committed May 2, 2024
1 parent 395fe17 commit a3f4884
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Add the following to your `pubspec.yaml` file:

```yaml
dependencies:
spry: ^3.2.3
spry: latest
```
Or, can install with `pub` command:
Expand Down
19 changes: 19 additions & 0 deletions packages/spry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# Spry v3.3.1

To install Spry v3.3.1 run the following command:

```bash
dart pub add spry:3.3.1
```

or update your `pubspec.yaml` file:

```yaml
dependencies:
spry: ^3.3.1
```
## What's Changed
- fix(request): Fetch client using mook request
# Spry v3.3.0
To install Spry v3.3.0 run the following command:
Expand Down
2 changes: 1 addition & 1 deletion packages/spry/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: spry
description: Spry is an HTTP middleware framework for Dart to make web applications and APIs server more enjoyable to write.
version: 3.3.0
version: 3.3.1
homepage: https://spry.fun
repository: https://github.com/medz/spry

Expand Down

0 comments on commit a3f4884

Please sign in to comment.