Skip to content

Commit 47df8a7

Browse files
authored
[battery_plus] update version (#855)
1 parent aa65dd4 commit 47df8a7

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

packages/battery_plus/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
## NEXT
1+
## 1.1.3
22

33
* Update minimum Flutter and Dart version to 3.13 and 3.1.
44
* Fix analyze issue.
5+
* Update the LICENSE file.
6+
* Add more detail to the description field of pubspec.yaml
57

68
## 1.1.2
79

packages/battery_plus/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ are permitted provided that the following conditions are met:
1010
copyright notice, this list of conditions and the following
1111
disclaimer in the documentation and/or other materials provided
1212
with the distribution.
13-
* Neither the names of the copyright holders nor the names of the
13+
* Neither the name of the copyright holder nor the names of the
1414
contributors may be used to endorse or promote products derived
1515
from this software without specific prior written permission.
1616

packages/battery_plus/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This package is not an _endorsed_ implementation of `battery_plus`. Therefore, y
1111
```yaml
1212
dependencies:
1313
battery_plus: ^4.0.1
14-
battery_plus_tizen: ^1.1.2
14+
battery_plus_tizen: ^1.1.3
1515
```
1616
1717
Then you can import `battery_plus` in your Dart code:

packages/battery_plus/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: battery_plus_tizen
2-
description: Tizen implementation of the battery_plus plugin.
2+
description: A Flutter plugin to access various information about the battery of the device the app is running on. This is a tizen implementation of the battery_plus plugin.
33
homepage: https://github.com/flutter-tizen/plugins
44
repository: https://github.com/flutter-tizen/plugins/tree/master/packages/battery_plus
5-
version: 1.1.2
5+
version: 1.1.3
66

77
environment:
88
sdk: ">=3.1.0 <4.0.0"

0 commit comments

Comments
 (0)