Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nohli committed Aug 13, 2023
1 parent 249e6d7 commit 3936eee
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.7

* Format native code.

## 0.0.6

* Refactor `canVibrate` method into a getter for improved readability and usage.
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.6"
version: "0.0.7"
integration_test:
dependency: "direct dev"
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion ios/haptic_feedback.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Pod::Spec.new do |s|
s.name = 'haptic_feedback'
s.version = '0.0.1'
s.version = '0.0.7'
s.summary = 'A Flutter plugin for haptic feedback.'
s.description = <<-DESC
Haptic Feedback.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ topics:
- vibration
- plugin

version: 0.0.6
version: 0.0.7

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down

0 comments on commit 3936eee

Please sign in to comment.