Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog
This project follows [Semantic Versioning 2.0.0](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.0.5] - 2026-05-30

### Added
- Add in-repo `doc/` reference for the 0.0.x line, ported from the legacy site docs into the 1.0.x doc-system format.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Or manually add it to your `pubspec.yaml`:

```yaml
dependencies:
fluttersdk_wind: ^0.0.4
fluttersdk_wind: ^0.0.5
```

Then, fetch dependencies:
Expand Down
2 changes: 1 addition & 1 deletion doc/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Or add the following to your `pubspec.yaml`:

```yaml
dependencies:
fluttersdk_wind: ^0.0.4
fluttersdk_wind: ^0.0.5
```

Then run `flutter pub get`.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: fluttersdk_wind
description: "A Flutter plugin designed with a utility-first approach, inspired by Tailwind CSS, for building responsive, modular, and efficient UI components."
version: 0.0.4
version: 0.0.5
homepage: https://wind.fluttersdk.com

environment:
Expand Down