Skip to content

Commit b4ba3e3

Browse files
committed
chore: version_bump(1.0.24)
1 parent e3d2976 commit b4ba3e3

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.0.24
4+
5+
* **Packaging:**
6+
* Removed a gitignored tracked file warning for `dart pub publish --dry-run`.
7+
38
## 1.0.23
49

510
* **Static analysis:**

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ In your `pubspec.yaml`:
4444

4545
```yaml
4646
dependencies:
47-
spoiler_widget: ^1.0.23
47+
spoiler_widget: ^1.0.24
4848
```
4949
5050
Then run:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: spoiler_widget
22
description: A Flutter package to create spoiler animations similar to the one used in Telegram, allowing you to hide sensitive or spoiler-filled content until it's tapped or clicked.
3-
version: 1.0.23
3+
version: 1.0.24
44
homepage: https://github.com/zhukeev/spoiler_widget
55
issue_tracker: https://github.com/zhukeev/spoiler_widget/issues
66

0 commit comments

Comments
 (0)