Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Commit

Permalink
Flutter publish fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
holvonixAdvay committed Sep 11, 2021
1 parent 55a84dd commit c4a637e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [1.0.0] - Sep 11, 2021
## [1.0.0+1] - Sep 11, 2021

* Upgrade to Flutter 2 and null safety

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: basic_settings
description: Model for individual settings based on a Hive box and MobX observables, and associated UI
version: 1.0.0
version: 1.0.0+1
homepage: https://github.com/holvonix-open/basic_settings

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

dependencies:
flutter:
Expand Down

0 comments on commit c4a637e

Please sign in to comment.