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 Sep 11, 2023
1 parent b4d34af commit 1455bc6
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.1

* Update example.

## 0.4.0

* `canVibrate()` is now a method.
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- Flutter (1.0.0)
- haptic_feedback (0.4.0):
- haptic_feedback (0.4.1):
- Flutter
- integration_test (0.0.1):
- Flutter
Expand All @@ -20,7 +20,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
haptic_feedback: 97391491f57d0680cf8d0e2f641dbb483a16e003
haptic_feedback: 528d2fe70e6e4e1fd405ffae8c94cb51a66accaf
integration_test: 13825b8a9334a850581300559b8839134b124670

PODFILE CHECKSUM: 6b9eb94e9f98a329f2ef624b852a6e42d090af2b
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.4.0"
version: "0.4.1"
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.4.0'
s.version = '0.4.1'
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.4.0
version: 0.4.1

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

0 comments on commit 1455bc6

Please sign in to comment.