Skip to content

Commit

Permalink
Allowed for package_info_plus 7.0.0. Bumped version to 10.2.0 for rel…
Browse files Browse the repository at this point in the history
…ease.
  • Loading branch information
larryaasen committed Apr 11, 2024
1 parent ab0eaaa commit c678383
Show file tree
Hide file tree
Showing 3 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 @@
## 10.2.0

Allowed for package_info_plus 7.0.0.

## 10.1.0

[[386](https://github.com/larryaasen/upgrader/pull/386)] Added client headers that can optionally be passed in with a client.
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0
publish_to: none

environment:
sdk: '>=2.17.1 <3.0.0'
sdk: '>=2.17.1 <4.0.0'
flutter: ">=3.0.1"

dependencies:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: upgrader
description: Flutter package for prompting users to upgrade when there is a newer version of the app in the store.
version: 10.1.0
version: 10.2.0
homepage: https://github.com/larryaasen/upgrader

environment:
Expand All @@ -24,7 +24,7 @@ dependencies:
os_detect: ^2.0.1

# From Flutter Community: Provides an API for querying information about an application package.
package_info_plus: '>=4.0.1 <7.0.0'
package_info_plus: '>=4.0.1 <8.0.0'

# From Flutter Team: Wraps NSUserDefaults (on iOS) and SharedPreferences (on Android).
shared_preferences: '>=2.1.1 <3.0.0'
Expand Down

0 comments on commit c678383

Please sign in to comment.