Skip to content

Commit

Permalink
Release v1.15.0+1 (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir-P authored May 29, 2024
1 parent 2bd29f6 commit 34b56e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/fleather/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.15.0
## 1.15.0+1

* Upgrade to Flutter 3.22
* Remove selection gestures when enableInteractiveSelection is `false`
Expand Down
2 changes: 1 addition & 1 deletion packages/fleather/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Add Fleather to your dependencies.
dependencies:
flutter:
sdk: flutter
fleather: ^1.15.0
fleather: ^1.15.0+1
```
## Usage
Expand Down
4 changes: 2 additions & 2 deletions packages/fleather/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: fleather
description: Clean, minimalistic and collaboration-ready rich text editor for Flutter.
version: 1.15.0
version: 1.15.0+1
homepage: https://fleather-editor.github.io
repository: https://github.com/fleather-editor/fleather
issue_tracker: https://github.com/fleather-editor/fleather/issues
Expand All @@ -17,7 +17,7 @@ topics:

environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ^3.22.0
flutter: ">=3.22.0"

dependencies:
flutter:
Expand Down

0 comments on commit 34b56e7

Please sign in to comment.