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 14, 2023
1 parent 55d8064 commit 8630986
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.2.0

* Improve docs.
* Add private constructor to `Haptics`.

## 0.1.1

* Improve docs.
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.1.1):
- haptic_feedback (0.2.0):
- Flutter
- integration_test (0.0.1):
- Flutter
Expand All @@ -20,7 +20,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
haptic_feedback: 9f7b49e99f1e87a1556266479aeb7cf81ecb2966
haptic_feedback: a6911b30714bb7fcec67000c7a3c677204e66280
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.1.1"
version: "0.2.0"
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.1.1'
s.version = '0.2.0'
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.1.1
version: 0.2.0

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

0 comments on commit 8630986

Please sign in to comment.