Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tomLadder committed Mar 22, 2021
1 parent 9d561c7 commit 33ff10e
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 @@
## 1.0.3

- Migrated to null-safety (<a href="https://github.com/fasky-software/flutter_widgetkit/pull/10">#10</a>)

## 1.0.2

- Added WidgetKit.removeItem(String key, String appGroup)
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.2"
version: "1.0.3"
matcher:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: flutter_widgetkit
description: Flutter library for iOS Widgets Extensions. Integrate a Widget into your App
version: 1.0.2
version: 1.0.3
homepage: https://github.com/fasky-software/flutter_widgetkit
repository: https://github.com/fasky-software/flutter_widgetkit

environment:
sdk: '>=2.12.0 <3.0.0'
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.20.0 <2.0.0"

dependencies:
Expand Down

0 comments on commit 33ff10e

Please sign in to comment.