Skip to content

Commit

Permalink
chore: v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Seven Du committed Jan 18, 2024
1 parent b65d2fa commit 0f870a1
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 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.0
spry: ^3.2.1
```
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.2.1

To install Spry v3.2.1 run the following command:

```bash
dart pub add spry:3.2.1
```

Or update your `pubspec.yaml` file:

```yaml
dependencies:
spry: ^3.2.1
```
## What's Changed
1. fix type version information
# Spry v3.2.0
To install Spry v3.2.0 run the following command:
Expand Down
2 changes: 1 addition & 1 deletion packages/spry/lib/src/application.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import 'routing/routes_builder.dart';

class Application implements RoutesBuilder {
/// Spry application version.
static const version = '3.2.0';
static const version = '3.2.1';

/// Returns application binded server.
late final HttpServer server;
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.2.0
version: 3.2.1
homepage: https://spry.fun
repository: https://github.com/medz/spry

Expand Down

1 comment on commit 0f870a1

@vercel
Copy link

@vercel vercel bot commented on 0f870a1 Jan 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.