Skip to content

Commit

Permalink
tag one version
Browse files Browse the repository at this point in the history
  • Loading branch information
matteriot committed Sep 16, 2023
1 parent cd8ff20 commit 63d4711
Show file tree
Hide file tree
Showing 4 changed files with 109 additions and 106 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.0+1]

* update

## [1.0.0]

* update
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class _MqttPhicommzM1PluginPageState extends State<MqttPhicommzM1PluginPage> {
sectionTexts: sectionTexts,
onValueChanged: (v) {
_changeStatus(pair, v.value.toInt());
}),
}, key: UniqueKey(), backgroundColor: null, progressColor: null,),
],
),
);
Expand Down
Loading

0 comments on commit 63d4711

Please sign in to comment.