Skip to content

Commit d0a58dd

Browse files
committed
Update version and changelog
1 parent a44fe78 commit d0a58dd

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 1.1.0+1
4+
5+
* Re-create projet to update all secondary files. Example app can now be run on web.
6+
37
## 1.1.0
48

59
* Migrate to null safety ([See this PR](https://github.com/Pyozer/flutter_material_color_picker/pull/24))

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ These examples use a static color for 'selectedColor', but you can use a variabl
1616
You just need to add `flutter_material_color_picker` as a [dependency in your pubspec.yaml file](https://flutter.io/using-packages/).
1717

1818
```yaml
19-
flutter_material_color_picker: ^1.1.0
19+
flutter_material_color_picker: ^1.1.0+1
2020
```
2121
2222
### Import

example/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ packages:
3333
path: ".."
3434
relative: true
3535
source: path
36-
version: "1.1.0"
36+
version: "1.1.0+1"
3737
meta:
3838
dependency: transitive
3939
description:

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_material_color_picker
22
description: Material color picker with some possible customizations for Flutter apps
3-
version: 1.1.0
3+
version: 1.1.0+1
44
homepage: https://github.com/Pyozer/flutter_material_color_picker
55

66
environment:

0 commit comments

Comments
 (0)