Skip to content

Commit

Permalink
v2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adil192 committed Feb 14, 2024
1 parent 74f7976 commit 6228363
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.3.2

- Fixed an error in `toJson()` when `taperEnabled` is true but `customTaper` is null.

## 2.3.1

- Fixed an error that occured when trying to lerp a NaN point.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: perfect_freehand
version: 2.3.1
version: 2.3.2
description: Draw perfect pressure-sensitive freehand lines. A set of functions for turning input points into a polygon of outline points.
homepage: https://github.com/steveruizok/perfect-freehand-dart
repository: https://github.com/steveruizok/perfect-freehand-dart
Expand Down

0 comments on commit 6228363

Please sign in to comment.