Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 8410e73

Browse files
committed
Increment patch version not minor version for 0.x.x+1
1 parent 0415368 commit 8410e73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/shared_preferences/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.5.4
1+
## 0.5.3+5
22

33
* Update and migrate iOS example project.
44

packages/shared_preferences/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Flutter plugin for reading and writing simple key-value pairs.
33
Wraps NSUserDefaults on iOS and SharedPreferences on Android.
44
author: Flutter Team <[email protected]>
55
homepage: https://github.com/flutter/plugins/tree/master/packages/shared_preferences
6-
version: 0.5.4
6+
version: 0.5.3+5
77

88
flutter:
99
plugin:

0 commit comments

Comments
 (0)