From 3936eee320712c560eab8adbcc14fb187f1d9c6a Mon Sep 17 00:00:00 2001 From: Joachim Nohl <43643339+nohli@users.noreply.github.com> Date: Mon, 14 Aug 2023 00:25:11 +0200 Subject: [PATCH] Update version and changelog --- CHANGELOG.md | 4 ++++ example/pubspec.lock | 2 +- ios/haptic_feedback.podspec | 2 +- pubspec.yaml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfc97e5..c3cd86e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.7 + +* Format native code. + ## 0.0.6 * Refactor `canVibrate` method into a getter for improved readability and usage. diff --git a/example/pubspec.lock b/example/pubspec.lock index 93867d9..1bd3a24 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -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 diff --git a/ios/haptic_feedback.podspec b/ios/haptic_feedback.podspec index 64b04ad..94b1a39 100644 --- a/ios/haptic_feedback.podspec +++ b/ios/haptic_feedback.podspec @@ -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. diff --git a/pubspec.yaml b/pubspec.yaml index c3173d4..3601987 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -10,7 +10,7 @@ topics: - vibration - plugin -version: 0.0.6 +version: 0.0.7 environment: sdk: '>=3.0.0 <4.0.0'